SoGLTextureCoordinate3ElementGetInstance Method |
Returns the top (current) instance of the element in the state.
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic static SoGLTextureCoordinate3Element GetInstance(
SoState state
)
Public Shared Function GetInstance (
state As SoState
) As SoGLTextureCoordinate3Element
public:
static SoGLTextureCoordinate3Element^ GetInstance(
SoState^ state
)
static member GetInstance :
state : SoState -> SoGLTextureCoordinate3Element
Parameters
- state
- Type: OIV.Inventor.MiscSoState
Return Value
Type:
SoGLTextureCoordinate3Element
RemarksThe send 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