ExtrudedPolylineTriangulatorResultTopBoundaryPositions 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: 24.2.419.0 (24.2.419.0)
Syntax public 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:
CollectionCartesianSee Also