Python scripting downloader - Objects

DULPythonJoint

Previous  Chapter  Next

 

Methods

 

GetName(): string

 

 

o

return

Returns the joint name as cen_string

 

Gets the joint name.

 


 

GetDofNumber(): int

 

 

o

return

Returns the dof number

 

Gets the DOF index.

 


 

GetJointIndex(): int

 

 

o

return

Returns the joint index as int

 

Gets the joint index starting from base 1.

 


 

GetJointGroupIndex(): int

 

 

o

return

Returns the joint group index as int

 

Gets joint group index.

 


 

GetJointType(): JointKinematicType

 

 

o

return

Returns the joint type

 

Gets the joint type.

 


 

GetUnit(): string

 

 

o

return

Returns the joint unit as cen_string

 

Gets the joint unit.

 


 

GetPortName(): string

 

 

o

return

Returns the joint part name as cen_string

 

Gets joint port name.

 


 

IsExternal(): bool

 

 

o

return

Returns true if joint is external, false otherwise

 

Gets the information whether or not the joint is an external one.

 


 

GetJointRole(): JointConstellationRole

 

 

o

return

Returns what role the joint has. See JointConstellationRole for details

 

Gets the role of this joint.

 



Previous
Previous page
Chapter
Chapter page
Next
Next page