STK Graphics PrimitivesSend comments on this topic.
Positions Property (IAgStkGraphicsTriangulatorResult)
See Also
Windows





Windows & Linux

Description

Gets the positions of 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 Positions() As System.Array
[C#]
public System.Array Positions {get;}
[Managed C++]
public: __property System::Array get_Positions();
[Unmanaged C++]
public: HRESULT get_Positions(
    SAFEARRAY * * ppRetVal
);
[Java]
public AgSafeArray getPositions();
[Python - STK API ]
@property
def Positions(self) -> list:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.