SoProjectionCheckProjection Method |
Apply projection to given coordinates.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public static SbNativeArray<SbVec3f> CheckProjection(
SoState state,
SoNode node,
SbVec3f[] coords
)
Public Shared Function CheckProjection (
state As SoState,
node As SoNode,
coords As SbVec3f()
) As SbNativeArray(Of SbVec3f)
public:
static SbNativeArray<SbVec3f>^ CheckProjection(
SoState^ state,
SoNode^ node,
array<SbVec3f>^ coords
)
static member CheckProjection :
state : SoState *
node : SoNode *
coords : SbVec3f[] -> SbNativeArray<SbVec3f>
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- node
- Type: OIV.Inventor.NodesSoNode
- coords
- Type: OIV.InventorSbVec3f
Return Value
Type:
SbNativeArraySbVec3fRemarks See Also