I need to do some special work parts, for example I need a work part composed of other diverse parts and linked by joints, but I don't know how to do it, I 've seen your simple transport example, but you're not using work parts. It's possible to do it with work parts?
Thanks
The WorkParts can't be joined.
If you need create complex WorkParts then you must create your own customized component, add it all the elements you need and the joint between them.
Remember to set the Component WorkPart property to true, then will be possible to treat this component like a WorkPart.
Regards.