Click or drag to resize

Param_LinearDimension.BakeGeometry Method (RhinoDoc, List<Guid>)

Namespace:  Grasshopper.Kernel.Parameters
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public void BakeGeometry(
	RhinoDoc doc,
	List<Guid> obj_ids
)

Parameters

doc
Type: RhinoDoc
obj_ids
Type: System.Collections.Generic.List<Guid>

Implements

IGH_BakeAwareObject.BakeGeometry(RhinoDoc, List<Guid>)
See Also