Rot_Enabled Property

Application
Force Motion Restriction Object FMR#

Description
Activates/inactivates, or returns the force motion restriction function for rotation angle.

Immediate Execution
No

Usage
FGet Object.Rot_Enabled, bVar
FSet Object.Rot_Enabled, bValue

  • Object
    Object name

  • bVar
    A Boolean variable defining the value of the property

  • bValue
    A Boolean value or formula defining the new value of the property

Values
bValue

Name of Constants Values Description
False 0 Inactivates the subject axis. (default)
True -1 Activates the subject axis.

Detailed Explanation
Independently activates/inactivates, or returns the force motion restriction function for rotation angle.

Usage Example
This is example to activate the force motion restriction of rotation angle to force motion restriction object.

> FSet FMR1.Rot_Enabled, True

See Also
Force Motion Restriction Object FMR#