Search found 6 matches

by keith.lewis
25 Mar 2020, 16:15
Forum: CAD .NET
Topic: AutoCAD - Parametric Parameters
Replies: 10
Views: 9536

Re: AutoCAD - Parametric Parameters

Email sent. Thanks.
by keith.lewis
25 Mar 2020, 14:28
Forum: CAD .NET
Topic: AutoCAD - Parametric Parameters
Replies: 10
Views: 9536

Re: AutoCAD - Parametric Parameters

I am using a dwg file. Can this thread be made private or can I email you the file?
by keith.lewis
24 Mar 2020, 22:56
Forum: CAD .NET
Topic: AutoCAD - Parametric Parameters
Replies: 10
Views: 9536

Re: AutoCAD - Parametric Parameters

Even if it is not an expression, I just need to be able to identify the CABWIDTH, CABDEPTH, etc parameters and change their values. By changing their values it changes a bunch of things within the drawings making it a bit easier. Im just looking for a way to identify those parameters with a specific...
by keith.lewis
24 Mar 2020, 22:40
Forum: CAD .NET
Topic: AutoCAD - Parametric Parameters
Replies: 10
Views: 9536

Re: AutoCAD - Parametric Parameters

I wish that were the case. Not in my sample though. See below where I have a screenshot of my AutoCAD 2019 parameters list and the quick console app with output where it doesnt show the Name within the TextOverride. Am I missing something? AutoCAD 2019 Params Window: AutoCAD2019_Params.png My Quick ...
by keith.lewis
24 Mar 2020, 21:52
Forum: CAD .NET
Topic: AutoCAD - Parametric Parameters
Replies: 10
Views: 9536

Re: AutoCAD - Parametric Parameters

Thanks for your response. I can see the layer and I was able to quickly output all of the CADDimensions within that layer but I am not getting the names. For instance, we have parameters named WIDTH, HEIGHT, and DEPTH. These parameters are assigned a hard integer value and almost all other constrain...
by keith.lewis
24 Mar 2020, 20:33
Forum: CAD .NET
Topic: AutoCAD - Parametric Parameters
Replies: 10
Views: 9536

AutoCAD - Parametric Parameters

Is it possible to access the parametric parameters within CAD.Net? I have drawing templates that use these parameters to update the drawing. Is there a way to update these parameter expressions via CAD.Net?