SbProjectorSetWorkingSpace Method |
Set the transform space to work in.
Namespace: OIV.Inventor.ProjectorsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void SetWorkingSpace(
SbMatrix space
)
Public Sub SetWorkingSpace (
space As SbMatrix
)
public:
void SetWorkingSpace(
SbMatrix space
)
member SetWorkingSpace :
space : SbMatrix -> unit
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