GH_TransformCompoundTransforms Property |
Gets the internal set of transforms. If you modify the compound transformations, you
must call ClearCaches().
Namespace:
Grasshopper.Kernel.Types
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public List<ITransform> CompoundTransforms { get; }
Public ReadOnly Property CompoundTransforms As List(Of ITransform)
Get
Property Value
Type:
ListITransform[Missing <value> documentation for "P:Grasshopper.Kernel.Types.GH_Transform.CompoundTransforms"]
See Also