Click or drag to resize
SbProjection.Project Method (SbVec3f[],SbVec3f[])

Apply the complete computation to a set of coordinates.

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

Parameters

coords
Type:OIV.Inventor.SbVec3f[]
projectedCoords
Type:OIV.Inventor.SbVec3f[]
Remarks

See Also