Click or drag to resize

GH_Dimension Methods

The GH_Dimension type exposes the following members.

Methods
  NameDescription
Public methodBakeGeometry (Inherited from GH_AnnotationBase.)
Public methodCastFrom
Attempt a cast from generic object.
(Inherited from GH_GeometricGooT.)
Public methodCastToT(T)
Local to Remote caster function. This stuff is complex, don't concern yourself with casting logic.
(Inherited from GH_AnnotationBase.)
Public methodCastToT(T)
Local to Remote caster function. This stuff is complex, don't concern yourself with casting logic.
(Overrides GH_AnnotationBaseCastToT(T).)
Public methodCastToQ(Q)
Attempt a cast to type T.
(Inherited from GH_GeometricGooT.)
Public methodCastToQ(Q)
Attempt a cast to type Q.
(Inherited from GH_GooT.)
Public methodClearCaches
Clears all volatile caches for this instance. The boundingbox is cleared, and if the annotation is referenced, the local instance of the annotation is erased.
(Inherited from GH_AnnotationBase.)
Public methodDrawViewportMeshes (Inherited from GH_AnnotationBase.)
Public methodDrawViewportWires (Inherited from GH_AnnotationBase.)
Public methodDuplicate (Inherited from GH_AnnotationBase.)
Public methodDuplicateAnnotation
Create a duplicate of this annotation.
(Inherited from GH_AnnotationBase.)
Public methodDuplicateGeometry
Create a duplicate of this annotation.
(Inherited from GH_AnnotationBase.)
Public methodEmitProxy
Create a new proxy for this instance. Return Null if this class does not support proxies.
(Inherited from GH_GeometricGooT.)
Public methodGetBoundingBox (Inherited from GH_AnnotationBase.)
Public methodGetOverrides (Inherited from GH_AnnotationBase.)
Public methodLoadGeometry
If the geometry is referenced and not yet loaded, attempts to load the geometry.
(Inherited from GH_AnnotationBase.)
Public methodLoadGeometry(RhinoDoc)
If the annotation is referenced and not yet loaded, attempts to load the leader.
(Inherited from GH_AnnotationBase.)
Public methodMorph (Inherited from GH_AnnotationBase.)
Public methodRead (Inherited from GH_AnnotationBase.)
Public methodScriptVariable (Inherited from GH_AnnotationBase.)
Public methodSetOverrides (Inherited from GH_AnnotationBase.)
Public methodToString
Format the dimension using default grasshopper formatting logic.
(Inherited from GH_AnnotationBase.)
Public methodTransform (Inherited from GH_AnnotationBase.)
Public methodWrite (Inherited from GH_AnnotationBase.)
Top
See Also