Click or drag to resize

GH_Model Properties

The GH_Model type exposes the following members.

Properties
  NameDescription
Public propertyBoundingbox (Overrides GH_GeometricGoo.Boundingbox.)
Public propertyClippingBox
Public propertyIsGeometryLoaded (Overrides GH_GeometricGoo.IsGeometryLoaded.)
Public propertyIsReferencedGeometry
Gets a value indicating whether or not this geometry is referenced. Not all IGH_GeometricGoo implementations support referenced geometry.
(Inherited from GH_GeometricGooModel.)
Public propertyIsValid (Overrides GH_GeometricGoo.IsValid.)
Public propertyIsValidWhyNot
Gets a string describing the state of "invalidness". If the instance is valid, then this property should return Nothing or String.Empty.
(Inherited from GH_GooModel.)
Public propertyReferenceID (Overrides GH_GeometricGoo.ReferenceID.)
Public propertyTypeDescription (Overrides GH_Goo.TypeDescription.)
Public propertyTypeName (Overrides GH_Goo.TypeName.)
Public propertyValue
Gets or sets the value of this type. Note that if the type has a ReferenceID this value might get destroyed in the future.
(Inherited from GH_GeometricGooModel.)
Top
See Also