Share via


SceneMesh.Bounds Property

Definition

Gets the bounds of the mesh.

public:
 property SceneBoundingBox ^ Bounds { SceneBoundingBox ^ get(); };
SceneBoundingBox Bounds();
public SceneBoundingBox Bounds { get; }
var sceneBoundingBox = sceneMesh.bounds;
Public ReadOnly Property Bounds As SceneBoundingBox

Property Value

The bounds of the mesh.

Applies to