STK Graphics PrimitivesSend comments on this topic.
TopBoundaryPositions Property (IAgStkGraphicsExtrudedPolylineTriangulatorResult)
See Also
Windows





Windows & Linux

Description

Gets the boundary positions along the top of the extrusion. Three array elements (in the order x, y, z) constitute one position.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.