Community Tip - Stay updated on what is happening on the PTC Community by subscribing to PTC Community Announcements. X
Hello,
I start working with configurable module & product. I'm trying to understand how I can map configurable module parameter to CAD document.
I created a configurable module with a parameter LENGHT of type length. I would like this parameter is driving the real length of my part. How CAD document can inherit parameter from configurable module?
Thanks,
Solved! Go to Solution.
If you want to drive the length of your part from a WTPart parameter set by logic. How can a single Cad model have a different length depending on the WTPart structure (regardless of Creo assembly features capabilities)?
In your case you will have to use the advanced selection logic. Your BOM is not pre-determined (also called 150 BOM) it may change due to the WTPart creation according to the size.
You can do that at WTPart level but not with CAD doc synchronization which would involve creating a new CAD model (identify CAD model template or existing CAD model to copy).
The user flow I would recommend is as follows:
Generate the product variant using the advanced selection logic
Outcome -> A BOM with the newly created parts with no CAD docs
Update the CAD assembly to create the newly CAD models
Outcome -> CAD assembly
Associate the new CAD models to the new WTParts
Outcome ->All WTParts from the BOM that need to have CAD model have one
Checkin your CAD assembly to get the BOM in synch with visualization
Outcome -> Product variant BOM aligned with your CAD structure
try to map the parameter to an global attribute added to part and EPM
If you want to drive the length of your part from a WTPart parameter set by logic. How can a single Cad model have a different length depending on the WTPart structure (regardless of Creo assembly features capabilities)?
In your case you will have to use the advanced selection logic. Your BOM is not pre-determined (also called 150 BOM) it may change due to the WTPart creation according to the size.
You can do that at WTPart level but not with CAD doc synchronization which would involve creating a new CAD model (identify CAD model template or existing CAD model to copy).
The user flow I would recommend is as follows:
Generate the product variant using the advanced selection logic
Outcome -> A BOM with the newly created parts with no CAD docs
Update the CAD assembly to create the newly CAD models
Outcome -> CAD assembly
Associate the new CAD models to the new WTParts
Outcome ->All WTParts from the BOM that need to have CAD model have one
Checkin your CAD assembly to get the BOM in synch with visualization
Outcome -> Product variant BOM aligned with your CAD structure