Click or drag to resize
SbPlaneProjectorSetOrientToEye Method

Sets whether the projector should be oriented towards the eye.

Namespace: OIV.Inventor.Projectors
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void SetOrientToEye(
	bool orientToEye
)

Parameters

orientToEye
Type: SystemBoolean
Remarks

If orientToEye is set to true, the given plane's direction is ignored, and the plane will be oriented to the eye. It will pass through the same point from the origin defined by the original dir * dist. Set to false if the plane's direction should remain in working space.

See Also