Click or drag to resize

Param_ModelBakeGeometry Method (RhinoDoc, ListGuid)

bake the geometry in the Rhino viewport

Namespace:  Karamba.GHopper.Models
Assembly:  karambaGH (in karambaGH.dll) Version: 1.15.0.0 (1.15.0.0)
Syntax
public void BakeGeometry(
	RhinoDoc doc,
	List<Guid> obj_ids
)

Parameters

doc
Type: RhinoDoc

[Missing <param name="doc"/> documentation for "M:Karamba.GHopper.Models.Param_Model.BakeGeometry(Rhino.RhinoDoc,System.Collections.Generic.List{System.Guid})"]

obj_ids
Type: System.Collections.GenericListGuid

[Missing <param name="obj_ids"/> documentation for "M:Karamba.GHopper.Models.Param_Model.BakeGeometry(Rhino.RhinoDoc,System.Collections.Generic.List{System.Guid})"]

Implements

IGH_BakeAwareObject.BakeGeometry(RhinoDoc, ListGuid)
See Also