Search the Community
Showing results for tags 'api'.
-
Hello Using API, I can get a SketchBlockDefinition residing inside a drawing document. How can I get, using API, the name of this block that is displayed in the feature manager?
-
Master's thesis research - a Revit add-on for small and medium construction companies
P_Makowski posted a topic in Autodesk Revit
Good day everyone, I am hoping to find some practitioners (Site Engineers, Construction Managers, Schedulers, Cost Estimators, BIM coordinators, Consultants, Designers with understanding of the on-site BIM implementation, etc.) working with Revit interested in answering a few questions about what k...-
- management
- small businesses
-
(and 2 more)
Tagged with:
-
I am needing to copy and move a spline in a sketch without using the spline's ID. Within the macro code, I have defined the selected spline in the sketch to a SketchSegment variable. Any help would be great.
-
I want to run this code [font=Times New Roman][size=3] [/size][/font] [color=black][font="Courier New"]On Error Resume Next[/font][/color] [font=Times New Roman][size=3] [/size][/font] [color=black][font="Courier New"]Dim oDrawDoc As DrawingDocument[/font][/color] [font=Times New Roman]...
-
hi to everyone, You will find attached a txt file which contains coordinate points from a naca that i created with qblade. I want someone to help me with creating a program at inventor's api that will read this txt and then transfers the content to an excel file. thank you in advance Blade.zip
-
1) Are there any SW API Power Users Here? That could help modify macro code? 2) Are there any sites that anyone can recommend similar to CADTUTOR specific to solidworks (More specifically Macro programming/editing) I find a lot of blogs but not a lot of interactive type sites.. I know th...
- 9 replies
-
- programming
- macro
-
(and 2 more)
Tagged with:
-
Hello, I am fairly new to SolidWorks and even newer to scripting. Our design department recently came to me wondering if there was a way to create a macro that when they selected a part in the feature tree on the left hand side, and pushed the macro hotkey, if the name could be copied to the cli...
- 4 replies
-
- solidworks api
- solidworks
-
(and 2 more)
Tagged with:
-
Hi, I have a macro that copy all sheet from a drawing and open new template and paste the sheets on. Then close old drawing and saveas the new one with the same name of the original one to overwrite it. The problem is that I cannot save after the paste is done. It works for a while but not anym...