SolidTriangulatorResultOutlineIndices Property |
Gets indices into
Positions that define the positions outlining the solid.
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 Collection<int> OutlineIndices { get; }
Public ReadOnly Property OutlineIndices As Collection(Of Integer)
Get
public:
property Collection<int>^ OutlineIndices {
Collection<int>^ get ();
}
member OutlineIndices : Collection<int> with get
Property Value
Type:
CollectionInt32See Also