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