Nirtec Studio Forum

General Category => Machines Simulator => Topic started by: Luis_IngSL on December 19, 2009, 02:01:48 PM

Title: Special work part
Post by: Luis_IngSL on December 19, 2009, 02:01:48 PM
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
Title: Re: Special work part
Post by: EasyPLC_Master on December 19, 2009, 08:25:18 PM
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.