Contents, API Reference, Interfaces, iGround, get3DFaceAttribute
iGround::get3DFaceAttribute()
Description
Used to query ground attributes.
Syntax
int32_t get3DFaceAttribute(int32_t faceIndex, int32_t attributeIndex) const; |
Parameters
| faceIndex | | The index of the 3d face being queried. |
| attributeIndex | | The attribute being queried. |
Return Value
The value of the specified attribute on the specified face
Remarks
Refer to Face Attributes for a list of attributes,
but note that attributes for controlling content processing cannot be queried by this method.
C# Mapping
int get3DFaceAttribute(int faceIndex, int attributeIndex); |
Java Mapping
int get3DFaceAttribute(int faceIndex, int attributeIndex);
|