Python scripting downloader - Objects

DULPythonPosition

Previous  Chapter  Next

 

Methods

 

GetXYZ(): list

 

 

o

return

Returns tuple of double containing position values

 

Gets position.

 


 

GetOrientation(): list

 

 

o

return

Returns tuple of double containing rotation angles values

 

Gets orientation.

 


 

GetConfig(): string

 

 

o

return

Returns config string

 

Gets position config.

 


 

GetTurn(): string

 

 

o

return

Returns turn value string

 

Gets turn value.

 


 

GetAllJointValues(): list

 

 

o

return

Returns list[ tuple[DULPythonJoint, float ]] for all joint values

 

Gets the vector of all joints and joint values.

 


 

GetMainJointValues(): list

 

 

o

return

Returns list[ tuple[DULPythonJoint, float ]] for main joint values

 

Gets the vector of main joints and joint values.

 


 

GetExternalJointValues(): list

 

 

o

return

Returns list[ tuple[DULPythonJoint, float ]] for external joint values

 

Gets the vector of external joints and joint values.

 


 

GetProcessType(): ProcessType

 

 

o

return

Returns process type

 

Gets process type.

 


 

GetTargetType(): TargetType

 

 

o

return

Returns target type

 

Gets target type.

 



Previous
Previous page
Chapter
Chapter page
Next
Next page