ExtrudedPolylineTriangulatorResult.TopBoundaryPositions Property |
Gets the boundary positions along the top of the extrusion.
Namespace:
AGI.Foundation.Geometry.Discrete
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic Collection<Cartesian> TopBoundaryPositions { get; }
Public ReadOnly Property TopBoundaryPositions As Collection(Of Cartesian)
Get
public:
property Collection<Cartesian>^ TopBoundaryPositions {
Collection<Cartesian>^ get ();
}
member TopBoundaryPositions : Collection<Cartesian> with get
Property Value
Type:
Collection<Cartesian>
See Also