SbCylinderProjectorSetOrientToEye Method |
Sets whether the projector should always be oriented towards the eye.
Namespace: OIV.Inventor.ProjectorsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void SetOrientToEye(
bool orientToEye
)
Public Sub SetOrientToEye (
orientToEye As Boolean
)
public:
void SetOrientToEye(
bool orientToEye
)
member SetOrientToEye :
orientToEye : bool -> unit
Parameters
- orientToEye
- Type: SystemBoolean
Remarks Set to false if the tolerance should be evaluated in working space.
See Also