SurfaceTriangulatorResultBoundaryPositions Property |
Gets the boundary positions that surround 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 Collection<Cartesian> BoundaryPositions { get; }
Public ReadOnly Property BoundaryPositions As Collection(Of Cartesian)
Get
public:
property Collection<Cartesian>^ BoundaryPositions {
Collection<Cartesian>^ get ();
}
member BoundaryPositions : Collection<Cartesian> with get
Property Value
Type:
CollectionCartesianRemarks BoundaryPositions is not necessarily the same boundary positions used to
compute the mesh. In many cases, new positions are introduced to compute a
mesh that conforms to the ellipsoid surface. Therefore,
BoundaryPositions
may contain additional positions so that a
PolylinePrimitive defined
with
BoundaryPositions will be watertight next to a
TriangleMeshPrimitive defined
with
SurfaceTriangulatorResult.
See Also