IGH_GeometricGoo Properties |
The IGH_GeometricGoo type exposes the following members.
| Name | Description | |
|---|---|---|
| Boundingbox |
Gets the (cached) boundingbox for this geometry.
Not all geometry types cache boundingbox results.
| |
| IsGeometryLoaded |
Gets a value indicating whether or not this geometry is currently loaded (assuming it is referenced).
Not all IGH_GeometricGoo implementations support referenced geometry.
| |
| IsReferencedGeometry |
Gets a value indicating whether or not this geometry is referenced.
Not all IGH_GeometricGoo implementations support referenced geometry.
| |
| IsValid |
Gets a value indicating whether or not the current value is valid.
(Inherited from IGH_Goo.) | |
| IsValidWhyNot |
Gets a string describing the state of "invalidness".
If the instance is valid, then this property should return Nothing or String.Empty.
(Inherited from IGH_Goo.) | |
| ReferenceID |
Gets or sets the Guid of the object that is referenced.
Not all IGH_GeometricGoo implementations support referenced geometry.
| |
| TypeDescription |
Gets a description of the type of the implementation.
(Inherited from IGH_Goo.) | |
| TypeName |
Gets the name of the type of the implementation.
(Inherited from IGH_Goo.) |