Description
Gets indices into
Positions and
Normals. Every
3 indices represent
1 triangle. The indices returned consider the three components of a position or normal (x, y, and z) as a single array element. Multiply the index by 3 to get the location of the x component in
Positions or
Normals.
Property type
Read-only property
Syntax
| [Visual Basic .NET] |
|---|
Public Property Indices() As System.Array
|
| [C#] |
|---|
public System.Array Indices {get;}
|
| [Managed C++] |
|---|
public: __property System::Array get_Indices();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_Indices(
SAFEARRAY * * ppRetVal
);
|
| [Java] |
|---|
public AgSafeArray getIndices();
|
[Python - STK API ] |
|---|
@property
def Indices(self) -> list:
|
See Also