Property | Type | Description | |
---|---|---|---|
Tessellate | void | ||
TransformableExample | System |
Method | Description | |
---|---|---|
ByGeometry ( Autodesk geometry ) : |
Create a TranformableExample class which stores a Geometry object and a Transform.
|
|
TransformObject ( Autodesk.DesignScript.Geometry.CoordinateSystem transform ) : |
This method sets the transform on the object and returns a reference to the object so the tessellate method is called and the new visualization shows in the background preview.
|
Method | Description | |
---|---|---|
Tessellate ( IRenderPackage package, |
||
TransformableExample ( Geometry geo ) : System |
public static ByGeometry ( Autodesk geometry ) : |
||
geometry | Autodesk | a geometry object |
return |
public TransformObject ( Autodesk.DesignScript.Geometry.CoordinateSystem transform ) : |
||
transform | Autodesk.DesignScript.Geometry.CoordinateSystem | |
return |