Click or drag to resize
SoTextureCoordinate3ElementGetInstance Method

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

Namespace: OIV.Inventor.Elements
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public static SoTextureCoordinate3Element GetInstance(
	SoState state
)

Parameters

state
Type: OIV.Inventor.MiscSoState

Return Value

Type: SoTextureCoordinate3Element
Remarks

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