InputAngleSettings
Canonical path: NemAll_Python_AllplanSettings.InputAngleSettings
Utility containing functions to control the Allplan settings related to the input angle
GetAngleInputUnit
staticmethod
GetAngleInputUnit() -> eAngleGradientUnit
GetGradientInputUnit
staticmethod
GetGradientInputUnit() -> eAngleGradientUnit
Gets the current setting for Inclination as. If it's set to Angle, the result will be the current Unit of angle setting
Returns:
-
eAngleGradientUnit
–Units for the inclination
GetProjectAngle
staticmethod
Get the project angle
Parameters:
-
noCache
(bool
, default:False
) –Use no cache: true/false
Returns:
-
float
–Project angle
GetSystemAngle
staticmethod
Get the system angle (rotation angle of the cursor)
Returns:
-
float
–System angle in radian
SetProjectAngle
staticmethod
Set the project angle
Parameters:
-
angle
(float
) –Project angle
Placeholder