Click or drag to resize
SoProjectionCheckProjection Method

Apply projection to given coordinates.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public static SbNativeArray<SbVec3f> CheckProjection(
	SoState state,
	SoNode node,
	SbVec3f[] coords
)

Parameters

state
Type: OIV.Inventor.MiscSoState
node
Type: OIV.Inventor.NodesSoNode
coords
Type: OIV.InventorSbVec3f

Return Value

Type: SbNativeArraySbVec3f
Remarks

Store projected coordinates in current OIV.Inventor.Nodes.SoCoordinate3 element.

See Also