Hi,
Currently I deleted the report text node to remove material report but I cannot find the option/ switch to remove Part ID in the ISO image.
Is it a way to hide Part ID in Stress ISO?
Thanks,
Maggie
Hi Ignacio,
There are many ways leading to Rome, another path:
When you add additional STATEs you can make that state behave like FOR_DEMOLITION.
In the openplant supplemental isometrics isoextractor schema in the PLANT_BASE_OBJECT class in the "Default Bill Of Material labels" section there is an entry for when a component is to be targeted as existing (and thus not get a partID)
IE_EXISTING = IIf(IM.Match(this.STATE,"EXISTING","FOR_DEMOLITION",""),"1","0")
Regards,
Frank
Excellent Frank. do you happen to know how could i avoid getting cutid for components with State=EXISTING? i've managed to exclude them from reports/bom list and avoid the cutid label placement, but i couldn't avoid getting the component assigned a cutid. For this reason, i get skipped letters in the PIPE CUT reports. Thanks!
The solution for this is in the previous post. If you make sure that IE_EXISTING is set to 1 for the EXISTING state as well then OPIM will not see those item as reportable, they will not get a cutid, partid etc. If you need some help here let me know
Excellent Frank. Your suggestion solved the issue as expected! Many thanks for taking the time to help me!