Click or drag to resize
Ab4d.SharpEngine logo

TrapezoidModelNode Properties

The TrapezoidModelNode type exposes the following members.

Properties
 NameDescription
Public propertyBottomCenterPosition 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.
Public propertyBottomSize 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.
Public propertySizeXVector 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.
Public propertySizeYVector 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.
Public propertyTopCenterPosition 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.
Public propertyTopSize 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