Click or drag to resize
SoGLTextureCoordinate3ElementGetInstance Method

Returns the top (current) instance of the element in the state.

Namespace: OIV.Inventor.Elements
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public static SoGLTextureCoordinate3Element GetInstance(
	SoState state
)

Parameters

state
Type: OIV.Inventor.MiscSoState

Return Value

Type: SoGLTextureCoordinate3Element
Remarks

The 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