<CirclePrimitive> Data Interface

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

Class HierarchyType » Node » Modifier » CirclePrimitive

Object Members

Object members are as follows:

Type Name Accessor Name Documentation
<Vec>CenterGets or sets the <CirclePrimitive> object's center position in worldspace coordinates.
double[]Angle[ index ]Gets or sets the <CirclePrimitive> object's angle parameter. This parameter determines the total angle of the circle ( from 0 to 360 ).
<Material>MaterialGets or sets the <CirclePrimitive> object's <Material> object.
<Node>MaterialLinkGets or sets the <CirclePrimitive> object's <Material> object.
doubleRadiusGets or sets the <CirclePrimitive> object's radius in worldspace coordinates that are not relative to the center. For example, using 10 creates a circle with a radius of ten units from its center, regardless of where the center is located.
int32ResolutionGets or sets the resolution parameter. This parameter determines the geometric resolution of the circle along its radius.
int32TriangulateGets or sets the triangulate parameter, which determines if the circle's interior edges are visible.