SolidTriangulatorResultOutlinePositions Property |
Gets 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<Cartesian> OutlinePositions { get; }
Public ReadOnly Property OutlinePositions As Collection(Of Cartesian)
Get
public:
property Collection<Cartesian>^ OutlinePositions {
Collection<Cartesian>^ get ();
}
member OutlinePositions : Collection<Cartesian> with get
Property Value
Type:
CollectionCartesianSee Also