Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public Collection<Cartesian> BoundaryPositions { get; }

Property Value

Type: CollectionCartesian
Remarks
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