GH_Transform Class |
Namespace: Grasshopper.Kernel.Types
The GH_Transform type exposes the following members.
| Name | Description | |
|---|---|---|
| GH_Transform | Initializes a new instance of the GH_Transform class | |
| GH_Transform(GH_Transform) | Initializes a new instance of the GH_Transform class | |
| GH_Transform(ITransform) | Initializes a new instance of the GH_Transform class | |
| GH_Transform(Transform) | Initializes a new instance of the GH_Transform class |
| Name | Description | |
|---|---|---|
| CompoundTransforms |
Gets the internal set of transforms. If you modify the compound transformations, you
must call ClearCaches().
| |
| IsValid | (Overrides GH_GooTIsValid.) | |
| IsValidWhyNot |
Gets a string describing the state of "invalidness".
If the instance is valid, then this property should return Nothing or String.Empty.
(Overrides GH_GooTIsValidWhyNot.) | |
| TypeDescription | (Overrides GH_GooTTypeDescription.) | |
| TypeName | (Overrides GH_GooTTypeName.) | |
| Value | (Overrides GH_GooTValue.) |
| Name | Description | |
|---|---|---|
| CastFrom | (Overrides GH_GooTCastFrom(Object).) | |
| CastToQ(Q) |
Attempt a cast to type Q.
(Inherited from GH_GooT.) | |
| CastToQ(Q) | (Overrides GH_GooTCastToQ(Q).) | |
| ClearCaches |
Erase the compound transformation caches.
| |
| Duplicate | (Overrides GH_GooTDuplicate.) | |
| EmitProxy |
Returns a proxy that represents this transform. Do not call this function unless you're
(Overrides GH_GooTEmitProxy.) | |
| GetInverse | ||
| Read | (Overrides GH_GooTRead(GH_IReader).) | |
| ScriptVariable | (Overrides GH_GooTScriptVariable.) | |
| ToString | (Overrides GH_GooTToString.) | |
| Write | (Overrides GH_GooTWrite(GH_IWriter).) |