Click or drag to resize
SoCoordinateElementGet4 Method

Returns the indexed coordinate from an element as a 4-vector, converting if necessary.

Namespace: OIV.Inventor.Elements
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SbVec4f Get4(
	int index
)

Parameters

index
Type: SystemInt32

Return Value

Type: SbVec4f
Remarks

A returned reference may be invalid after the next call to this method or the OIV.Inventor.Elements.SoCoordinateElement.Get3(System.Int32) method.

See Also