ExtrudedPolylineTriangulatorResultBottomBoundaryPositions Property  | 
 
Gets the boundary positions along the bottom 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> BottomBoundaryPositions { get; }Public ReadOnly Property BottomBoundaryPositions As Collection(Of Cartesian)
	Get
public:
property Collection<Cartesian>^ BottomBoundaryPositions {
	Collection<Cartesian>^ get ();
}member BottomBoundaryPositions : Collection<Cartesian> with get
Property Value
Type: 
CollectionCartesian
See Also