Click or drag to resize
SbProjectionProject Method (SbVec3f)

Apply the complete computation (matrix, pre-projection, projection, post-projection) to one point.

Namespace: OIV.Inventor.Projection
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void Project(
	out SbVec3f point
)

Parameters

point
Type: OIV.InventorSbVec3f
Remarks

Modifies the given object.

See Also