CompositePrimitiveBoundingSphere 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.2.419.0 (24.2.419.0)
Syntax public override BoundingSphere BoundingSphere { get; set; }
Public Overrides Property BoundingSphere As BoundingSphere
Get
Set
public:
virtual property BoundingSphere BoundingSphere {
BoundingSphere get () override;
void set (BoundingSphere value) override;
}
abstract BoundingSphere : BoundingSphere with get, set
override BoundingSphere : BoundingSphere with get, set
Property Value
Type:
BoundingSphereExceptions See Also