iLogic to update text box in a sketch with a custom iproperty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am working on iparts which needs to show part number as extruded text. After looking at different posts I found that to have varying part number extruded on different iterations of the iparts, I need to have a custom iproperty which I can author in an ipart. Then use this custom iproperty in the text box inside a sketch to extrude it.
I am new to ilogic and looking for help to get the code to get into the sketch(renamed as TAG_TEXT) and input part number or custom iproperty named TAG(which indeed is the part number). I have already tried ilogic to update a user parameter and using this user parameter in the sketch. Issue with this is it makes the ipart selected with correct extruded text but all the other becomes incorrect by showing the same part number as the one selected.
Few example of the tags I need to use are
F-0C01, F-0C02...
GLV-01A01, GLV-02B01...
Please keep in mind that the ilogic I need is to be used on iparts which can update all the different iterations of the iparts and this iparts will be further used in iassemblies.