Click or drag to resize

GH_ModelBakeGeometry Method

[Missing <summary> documentation for "M:Karamba.GHopper.Models.GH_Model.BakeGeometry(Rhino.RhinoDoc,Rhino.DocObjects.ObjectAttributes,System.Guid@)"]

Namespace:  Karamba.GHopper.Models
Assembly:  Karamba3D (in Karamba3D.dll) Version: 2.2.0.5 (2.2.0.5)
Syntax
public bool BakeGeometry(
	RhinoDoc doc,
	ObjectAttributes att,
	out Guid obj_guid
)

Parameters

doc
Type: RhinoDoc

[Missing <param name="doc"/> documentation for "M:Karamba.GHopper.Models.GH_Model.BakeGeometry(Rhino.RhinoDoc,Rhino.DocObjects.ObjectAttributes,System.Guid@)"]

att
Type: ObjectAttributes

[Missing <param name="att"/> documentation for "M:Karamba.GHopper.Models.GH_Model.BakeGeometry(Rhino.RhinoDoc,Rhino.DocObjects.ObjectAttributes,System.Guid@)"]

obj_guid
Type: SystemGuid

[Missing <param name="obj_guid"/> documentation for "M:Karamba.GHopper.Models.GH_Model.BakeGeometry(Rhino.RhinoDoc,Rhino.DocObjects.ObjectAttributes,System.Guid@)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Karamba.GHopper.Models.GH_Model.BakeGeometry(Rhino.RhinoDoc,Rhino.DocObjects.ObjectAttributes,System.Guid@)"]

Implements

IGH_BakeAwareData.BakeGeometry(RhinoDoc, ObjectAttributes, Guid)
See Also