Click or drag to resize

GH_GeometricGooTLoadGeometry Method (RhinoDoc)

If the geometry is referenced and currently unloaded, forces loading of the geometry. Not all IGH_GeometricGoo implementations support referenced geometry. The default is to always return True.

Namespace:  Grasshopper.Kernel.Types
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public virtual bool LoadGeometry(
	RhinoDoc doc
)

Parameters

doc
Type: RhinoDoc
Document to use for loading.

Return Value

Type: Boolean

Implements

IGH_GeometricGooLoadGeometry(RhinoDoc)
See Also