STK Graphics PrimitivesSend comments on this topic.
BoundaryPositions Property (IAgStkGraphicsSurfaceTriangulatorResult)
See Also
Windows





Windows & Linux

Description

Gets the boundary positions that surround the mesh. Three array elements (in the order x, y, z) constitute one position.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property BoundaryPositions() As System.Array
[C#]
public System.Array BoundaryPositions {get;}
[Managed C++]
public: __property System::Array get_BoundaryPositions();
[Unmanaged C++]
public: HRESULT get_BoundaryPositions(
    SAFEARRAY * * ppRetVal
);
[Java]
public AgSafeArray getBoundaryPositions();
[Python - STK API ]
@property
def BoundaryPositions(self) -> list:

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 Polyline Primitive defined with BoundaryPositions will be watertight next to a Triangle Mesh Primitive defined with Surface Triangulator Result.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.