Click or drag to resize

ModelPrimitivePosition Property

Gets or sets the position of the model. The position is defined in the model's ReferenceFrame.

Namespace:  AGI.Foundation.Graphics
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public Cartesian Position { get; set; }

Property Value

Type: Cartesian
Remarks

If the model's AutomaticallyComputeBoundingSphere property is true when setting the model's position, the Center of the model's BoundingSphere is set to the new position. Otherwise, it is the caller's responsibility to update the model's BoundingSphere to a sphere that encompasses the model.

See Also