SurfaceTriangulatorResult.BoundaryIndices Property |
Gets indices into
Positions that define the boundary positions that surround the mesh.
Namespace:
AGI.Foundation.Geometry.Discrete
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.3.420.0 (24.3.420.0)
Syntaxpublic Collection<int> BoundaryIndices { get; }
Public ReadOnly Property BoundaryIndices As Collection(Of Integer)
Get
public:
property Collection<int>^ BoundaryIndices {
Collection<int>^ get ();
}
member BoundaryIndices : Collection<int> with get
Property Value
Type:
Collection<Int32>
Remarks
See Also