 |
TrapezoidModelNode Properties |
The TrapezoidModelNode type exposes the following members.
Properties | Name | Description |
---|
 | BottomCenterPosition |
Position of the bottom-center point.
Property change will re-generate the mesh in the next update phase. To immediately re-generate the mesh, call the Update method.
|
 | BottomSize |
Size of the bottom side of the trapezoid.
Property change will re-generate the mesh in the next update phase. To immediately re-generate the mesh, call the Update method.
|
 | SizeXVector |
The 3D vector representing the direction of the X parameter in bottomSize and topSize.
The default value is (1, 0, 0).
Property change will re-generate the mesh in the next update phase. To immediately re-generate the mesh, call the Update method.
|
 | SizeYVector |
The 3D vector representing the direction of the Y parameter in bottomSize and topSize.
The default value is (0, 0, 1).
Property change will re-generate the mesh in the next update phase. To immediately re-generate the mesh, call the Update method.
|
 | TopCenterPosition |
Position of the top-center point.
Property change will re-generate the mesh in the next update phase. To immediately re-generate the mesh, call the Update method.
|
 | TopSize |
Size of the top side of the trapezoid.
Property change will re-generate the mesh in the next update phase. To immediately re-generate the mesh, call the Update method.
|
Top
See Also