Click or drag to resize
SbProjectorSetWorkingSpace Method

Set the transform space to work in.

Namespace: OIV.Inventor.Projectors
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void SetWorkingSpace(
	SbMatrix space
)

Parameters

space
Type: OIV.InventorSbMatrix
Remarks

This matrix should transform working space coordinates into world space. The default matrix is identity, meaning that the default working space is world space.

See Also