Click or drag to resize

ModelPrimitive Properties

The ModelPrimitive type exposes the following members.

Properties
  NameDescription
Public propertyArticulations
Gets the model's articulations. Articulations identify geometry and contain transformations for manipulating that geometry.
Public propertyAutomaticallyComputeBoundingSphere
Gets or sets if the primitive's BoundingSphere is automatically computed.
(Inherited from Primitive.)
Public propertyBoundingSphere
Gets or sets the bounding sphere that encompasses the primitive. The center is defined in the primitive's ReferenceFrame.
(Inherited from Primitive.)
Public propertyColor
Gets or sets the primitive's color.
(Inherited from Primitive.)
Public propertyDisplay
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.)
Public propertyDisplayCondition
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.)
Public propertyOrientation
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.
Public propertyPosition
Gets or sets the position of the model. The position is defined in the model's ReferenceFrame.
Public propertyReferenceFrame
Gets or sets the reference frame this primitive is defined and rendered in.
(Inherited from Primitive.)
Public propertyScale
Gets or sets the linear scale used to increase or decrease the size of the rendered model.
Public propertyTag
Gets or sets custom data associated with this primitive.
(Inherited from Primitive.)
Public propertyTranslucency
Gets or sets the primitive's translucency. The model primitive only supports a translucency of 0.
(Overrides PrimitiveTranslucency.)
Public propertyUri
Gets the URI of the file used to load the file.
Top
See Also