GetTransform.AddTransformObjects Method

GetTransformAddTransformObjects Method

Adds any objects you want transformed and grips you want transformed. Make sure no duplicates are in the list and that no grip ownwers are passed in as objects.

Namespace:  Rhino.Input.Custom
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public void AddTransformObjects(
	TransformObjectList list
)
Public Sub AddTransformObjects ( 
	list As TransformObjectList
)

Parameters

list
Type: Rhino.CollectionsTransformObjectList
A custom transform object list.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also