Click or drag to resize

IGH_GeometricGooLoadGeometry Method (RhinoDoc)

If the geometry is referenced and currently unloaded, forces loading of the geometry. Not all IGH_GeometricGoo implementations support referenced geometry.

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

Parameters

doc
Type: RhinoDoc
Document to use for loading.

Return Value

Type: Boolean
See Also