GetPosition Data Member Function

Gets the vertex position at the specified index.

Prototype

int32 GetPosition( int32 index, Float32Vector position )

Parameters

Parameter Type Parameter Name Documentation
int32indexThe vertex position index to retrieve.
<Float32Vector>positionA pointer to a <Float32Vector> that stores the vertex position.

Examples

Copy Text To Clipboard

None published. Please look for an example in the Scenome Scripting Language code base.