Click or drag to resize

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; }

Property Value

Type: ListITransform

[Missing <value> documentation for "P:Grasshopper.Kernel.Types.GH_Transform.CompoundTransforms"]

See Also