Click or drag to resize

InstanceTransform Property

The transform for this instance. Transform the geometry by this to set its final location in world space.

Namespace:  Rhino.Render.CustomRenderMeshes
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 8.0
Syntax
public Transform Transform { get; set; }

Property Value

Type: Transform
See Also