Click or drag to resize

SolidPrimitivePosition Property

Gets or sets the solid's position. The position is defined in the solid'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 solid's AutomaticallyComputeBoundingSphere property is true when setting the solid's position, the Center of the solid's BoundingSphere is set to the new position. Otherwise, it is the caller's responsibility to update the solid's BoundingSphere to a sphere that encompasses the solid.

See Also