SurfaceTriangulatorResultBoundingSphere Property |
Gets the bounding sphere that encompasses the mesh.
Namespace:
AGI.Foundation.Geometry.Discrete
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public override BoundingSphere BoundingSphere { get; }
Public Overrides ReadOnly Property BoundingSphere As BoundingSphere
Get
public:
virtual property BoundingSphere BoundingSphere {
BoundingSphere get () override;
}
abstract BoundingSphere : BoundingSphere with get
override BoundingSphere : BoundingSphere with get
Property Value
Type:
BoundingSphereSee Also