SoTextureCoordinateElementGetInstance Method |
Returns the top (current) instance of the element in the state.
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public static SoTextureCoordinateElement GetInstance(
SoState state
)
Public Shared Function GetInstance (
state As SoState
) As SoTextureCoordinateElement
public:
static SoTextureCoordinateElement^ GetInstance(
SoState^ state
)
static member GetInstance :
state : SoState -> SoTextureCoordinateElement
Parameters
- state
- Type: OIV.Inventor.MiscSoState
Return Value
Type:
SoTextureCoordinateElementRemarks 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