SoGLTextureCoordinateElementGetInstance 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 SoGLTextureCoordinateElement GetInstance(
SoState state
)
Public Shared Function GetInstance (
state As SoState
) As SoGLTextureCoordinateElement
public:
static SoGLTextureCoordinateElement^ GetInstance(
SoState^ state
)
static member GetInstance :
state : SoState -> SoGLTextureCoordinateElement
Parameters
- state
- Type: OIV.Inventor.MiscSoState
Return Value
Type:
SoGLTextureCoordinateElement
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