<RectanglePrimitive> Data Interface

Provides script language access to C++ objects of this type.

Class HierarchyType » Node » Modifier » RectanglePrimitive

Function Members

Function members are as follows:

Return Type Function Name Documentation
doubleGetRangeXReturns the rectangle's range along the X axis.
doubleGetRangeYReturns the rectangle's range along the Y axis.

Object Members

Object members are as follows:

Type Name Accessor Name Documentation
<Material>MaterialGets or sets the Material parameter. This refers to the <Material> applied to the rectangle's geometry.
<Node>MaterialLinkGets or sets the MaterialLink parameter. This refers to a <NodeLink> that references the <Material> applied to the rectangle's geometry.
doubleMaxXThis member sets or gets the MaxX parameter. This refers to the Y coordinate of the minimum point that defines the rectangle.
doubleMaxYThis member sets or gets the MaxY parameter. This refers to the Y coordinate of the maximum point that defines the rectangle.
doubleMinXThis member sets or gets the MinX parameter. This refers to the X coordinate of the minimum point that defines the rectangle.
doubleMinYThis member sets or gets the MinX parameter. This refers to the X coordinate of the maximum point that defines the rectangle.
int32TriangulateGets or sets the Triangulate parameter.
doubleXMaxGets or sets the XMax parameter. This refers to the Y coordinate of the minimum point that defines the rectangle.
doubleXMinGets or sets the XMin parameter. This refers to the X coordinate of the minimum point that defines the rectangle.
int32XSubdivisionGets or sets the XSubdivision parameter. This refers to the number of tessellation units along the X axis.
doubleYMaxGets or sets the YMax parameter. This refers to the Y coordinate of the maximum point that defines the rectangle.
doubleYMinGets or sets the YMin parameter. This refers to the X coordinate of the maximum point that defines the rectangle.
int32YSubdivisionGets or sets the YSubdivision parameter. This refers to the number of tessellation units along the Y axis.