SoTextureCoordinateElementGet2 Method (Int32, Int32) |
Returns the indexed coordinate from an element as a 2- or 4-vector, converting if necessary.
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public SbVec2f Get2(
int index,
int unit
)
Public Function Get2 (
index As Integer,
unit As Integer
) As SbVec2f
public:
SbVec2f Get2(
int index,
int unit
)
member Get2 :
index : int *
unit : int -> SbVec2f
Parameters
- index
- Type: SystemInt32
- unit
- Type: SystemInt32
Return Value
Type:
SbVec2fRemarks See Also