Click or drag to resize
SbProjectionProject Method (SbVec3f, SbVec3f)

Apply the complete computation to a set of coordinates.

Namespace: OIV.Inventor.Projection
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void Project(
	SbVec3f[] coords,
	SbVec3f[] projectedCoords
)

Parameters

coords
Type: OIV.InventorSbVec3f
projectedCoords
Type: OIV.InventorSbVec3f
Remarks

See Also