ModelPrimitive Properties |
The ModelPrimitive type exposes the following members.
Name | Description | |
---|---|---|
Articulations |
Gets the model's articulations. Articulations identify geometry and
contain transformations for manipulating that geometry.
| |
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 |
Gets or sets the primitive's color.
(Inherited from Primitive.) | |
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 display condition that determines if the primitive should be
rendered.
Both this and Display must evaluate to true for
the primitive to be rendered.
(Inherited from Primitive.) | |
Orientation |
Gets or sets the model's orientation. The quaternion is a rotation
from the model's local axes to the axes of the model's
ReferenceFrame.
| |
Position |
Gets or sets the position of the model. The position is defined
in the model's ReferenceFrame.
| |
ReferenceFrame |
Gets or sets the reference frame this primitive is defined and rendered in.
(Inherited from Primitive.) | |
Scale |
Gets or sets the linear scale used to increase or decrease the size of the rendered model.
| |
Tag |
Gets or sets custom data associated with this primitive.
(Inherited from Primitive.) | |
Translucency |
Gets or sets the primitive's translucency. The model primitive only
supports a translucency of 0.
(Overrides PrimitiveTranslucency.) | |
Uri |
Gets the URI of the file used to load the file.
|