pycatia.kinematics_interfaces.mechanism_command

Module initially auto generated using V5Automation files from CATIA V5 R28 on 2020-09-25 14:34:21.593357

Warning

The notes denoted “CAA V5 Visual Basic Help” are to be used as reference only. They are there as a guide as to how the visual basic / catscript functions work and thus help debugging in pycatia.

class pycatia.kinematics_interfaces.mechanism_command.MechanismCommand(com_object)

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)

System.IUnknown
System.IDispatch
System.CATBaseUnknown
System.CATBaseDispatch
System.AnyObject
MechanismCommand

Interface to access the Command object (in Kinematics
context).
property current_value: float

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property CurrentValue() As double (Read Only)

Returns the current value for a command.

Parameters:

oCurrentValue
The current value This property is read only because current value
modification is done by solver
Return type:

float

property orientation: int

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property Orientation() As short

Deprecated:
V5R18 Not implemented - will be deprecated Returns or sets the command
orientation.
Parameters:

oOrientation
The orientation of the command; only the sign is important (+: same
as relying joint/-: opposite)
Return type:

int

property type: str

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property Type() As CATBSTR (Read Only)

Returns the command type.

Parameters:

oType
The type of the command

See also:
Mechanism
Return type:

str