STK Graphics PrimitivesSend comments on this topic.
OutlinePositions Property (IAgStkGraphicsSolidTriangulatorResult)
See Also
Windows





Windows & Linux

Description

Gets the positions outlining the solid. Three array elements (in the order x, y, z) constitute one position.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.