Search found 4 matches

by Koubaleite
Wed Nov 20, 2024 10:47 am
Forum: API
Topic: Thumbnail or picture of assembly component
Replies: 0
Views: 92

Thumbnail or picture of assembly component

Hi, I am working on an the last steps of an add-in. I need to display the thumbnail or picture of a selected component from a TreeView. I was wondering if that is possible especially for cut list bodies (treeview contains subassemblies, parts and cut list items). If anyone has an idea of maybe how t...
by Koubaleite
Wed Nov 20, 2024 10:42 am
Forum: API
Topic: Insert Text Sketch at the Center of the selected face
Replies: 0
Views: 80

Insert Text Sketch at the Center of the selected face

Hello, I am working on a macro to extrude cut a text sketch and I need to insert that sketch at the center of the selected face. I used bounding box to get the center of the face but this method does not work for some faces (sketch is not on the face but very far away from it) so I am looking for th...
by Koubaleite
Tue Oct 08, 2024 9:07 am
Forum: Macro Library
Topic: Adding quantity and thickness to the name while saving the file
Replies: 21
Views: 6457

Re: Adding quantity and thickness to the name while saving the file

Does the macro actually export multi bodies ? I am having a hard time exporting as dxf multi part bodies. It only exports one body.
by Koubaleite
Tue Jul 30, 2024 9:48 am
Forum: Macro Library
Topic: Adding quantity and thickness to the name while saving the file
Replies: 21
Views: 6457

Re: Adding quantity and thickness to the name while saving the file

We have been using this Macro from @artem 's also. It works very well. We have modified it to give us the quantity of parts needed of a particular DXF, if a multi bodied part has a linear pattern or a mirror image, by using the following: Const OUT_NAME_TEMPLATE As String = "<$CLPRP:Sheet Meta...