SoTextureCoordinate3ElementGetInstance Method |
Returns the top (current) instance of the element in the state.
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public static SoTextureCoordinate3Element GetInstance(
SoState state
)
Public Shared Function GetInstance (
state As SoState
) As SoTextureCoordinate3Element
public:
static SoTextureCoordinate3Element^ GetInstance(
SoState^ state
)
static member GetInstance :
state : SoState -> SoTextureCoordinate3Element
Parameters
- state
- Type: OIV.Inventor.MiscSoState
Return Value
Type:
SoTextureCoordinate3ElementRemarks The get routines are called on an instance because it is more efficient than calling a static method that looks up the element in the state for every coordinate.
See Also