SurfaceTriangulatorResultPositions Property |
Gets the positions of the mesh.
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 override Collection<Cartesian> Positions { get; }
Public Overrides ReadOnly Property Positions As Collection(Of Cartesian)
Get
public:
virtual property Collection<Cartesian>^ Positions {
Collection<Cartesian>^ get () override;
}
abstract Positions : Collection<Cartesian> with get
override Positions : Collection<Cartesian> with get
Property Value
Type:
CollectionCartesianSee Also