Click or drag to resize

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

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

Parameters

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

Implements

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