TheSwamp

Code Red => .NET => Topic started by: badjo_5 on July 02, 2020, 06:16:39 PM

Title: How to assign a variable name inside autocad to 'coded variable'
Post by: badjo_5 on July 02, 2020, 06:16:39 PM
I don't even know how to ask a question, so this is the explanation of what i want to achieve. I try to do something like Civil: when I create a point group (or topology, or surface, or....) I name that point group, and then within the document I can use the name of the point group (or ...), not the name of some variable that is given inside the application. Then I call my Command with that created name as an input parameter.
Or a simpler example: a list of all created topologies in the drawing.
This should probably be some kind of collection or dictionary maybe.
Title: Re: How to assign a variable name inside autocad to 'coded variable'
Post by: huiz on July 03, 2020, 01:59:28 AM
You mean like the GROUP command?
Title: Re: How to assign a variable name inside autocad to 'coded variable'
Post by: badjo_5 on July 03, 2020, 01:02:13 PM
Picture.

I am using NTS for creating small topolgyes and stuff..