OrderedCompositePrimitive Properties |
The OrderedCompositePrimitive type exposes the following members.
Name | Description | |
---|---|---|
![]() | AutomaticallyComputeBoundingSphere |
Gets or sets if the primitive's BoundingSphere is automatically computed.
(Inherited from Primitive.) |
![]() | BoundingSphere |
Gets or sets the bounding sphere that encompasses the primitive.
The center is defined in the primitive's ReferenceFrame.
(Inherited from Primitive.) |
![]() | Color |
The ordered composite primitive does not support the color property.
(Overrides Primitive.Color.) |
![]() | Count |
Gets the number of primitives in the composite.
|
![]() | Display |
Gets or sets if the primitive should be
rendered.
Both this and DisplayCondition must evaluate to true for
the primitive to be rendered.
(Inherited from Primitive.) |
![]() | DisplayCondition | Gets or sets the composite's display condition. During rendering, first a composite's display condition is evaluated. If it succeeds, the display condition for each primitive in the composite is evaluated. |
![]() | Item |
Returns the primitive at the given zero-based index. The primitive at index
zero is rendered on the bottom and the primitive at index Count - 1
is rendered on the top.
|
![]() | ReferenceFrame |
Gets or sets the reference frame this primitive is defined and rendered in.
(Overrides Primitive.ReferenceFrame.) |
![]() | Tag |
Gets or sets custom data associated with this primitive.
(Inherited from Primitive.) |
![]() | Translucency |
The ordered composite primitive does not support the translucency property.
(Overrides Primitive.Translucency.) |