Click or drag to resize

VectorPrimitiveBoundingSphere Property

Gets or sets the bounding sphere that encompasses the primitive. The center is defined in the primitive'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 override BoundingSphere BoundingSphere { get; set; }

Property Value

Type: BoundingSphere
Exceptions
ExceptionCondition
InvalidOperationException Cannot manually set BoundingSphere when AutomaticallyComputeBoundingSphere is true. Set AutomaticallyComputeBoundingSphere to false first.
See Also