SoCoordinateElementGet4 Method |
Returns the indexed coordinate from an element as a 4-vector, converting if necessary.
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic SbVec4f Get4(
int index
)
Public Function Get4 (
index As Integer
) As SbVec4f
public:
SbVec4f Get4(
int index
)
member Get4 :
index : int -> SbVec4f
Parameters
- index
- Type: SystemInt32
Return Value
Type:
SbVec4f
RemarksA returned reference may be invalid after the next call to this method or the get3() method.
See Also