Quite possibly, depending on the vertical... For example, Civil 3D comes with AMEP Object Enablers built-into the installation OOTB, whereas AMEP requires one to manually install the Civil 3D Object...
Type: Posts; User: BlackBox
Quite possibly, depending on the vertical... For example, Civil 3D comes with AMEP Object Enablers built-into the installation OOTB, whereas AMEP requires one to manually install the Civil 3D Object...
No worries; new or ole' timer, these things stick with you... knock off some dust, and I'm sure you'll be running circles around many of us. :beer:
This.
I'll be sure to do so... In...
No, you're correct that one can check the 'tint ...' box, but the one downfall (at least for older versions) is that the user cannot specify the colors for each tinted axis.
Methinks you may have overlooked something, as these options are also available in 2011... I highly doubt they'd have it available in 2011, 2012, remove it for 2013, and reinstate for 2014.
...
Cheers, SLW :beer:... I hope to have it (my plug-in) available at Autodesk Exchange soon. *crosses fingers*
I've suffered the benefit of a great deal of help, from alanjt (this thread) among many others, along my relatively short journey (see my 'join date' at left, when I did not know what a Defun was).
...
troggarf,
We're talking about vertical platform Objects... The options you provide are dependent on accessible XDATA... Vertical Objects are constructed over the AutoCAD, and Map 3D layers of the...
No worries; everyone needs a little reminder now and then.
I only use Commands when advantageous... I usually prefer the Setvar method myself as well.
Cheers :beer:
Consider:
(defun c:FOO (/ eName)
(if (setq eName (car (entsel "\nSelect entity to set layer current: ")))
(setvar 'clayer (cdr (assoc 8 (entget eName))))
)
(princ)
)
That is kind of you to say... Unfortunately, I like you, am still awaiting Autodesk staff to complete their app review so it can be published at Autodesk Exchange.
This is in part, the motivation behind my Right Click Rename plug-in (link above)... It allows one to select a single Block (for this specific example), right click, Rename, Block, and enter the new...
Can you post a sample drawing?
Building on Alan's question, would a Right Click Rename be useful?
A dumb man doesn't know how smart he is; a smart man knows how smart he isn't. :beer:
My mistake, Dave... I incorrectly thought this was about .NET, and not VBA (I've been sick for days, and am forcing myself to work today to keep my word about getting a submittal out... It appears...
When you added the Library (assembly) reference to your VB.NET project, did you make sure to set Copy Local = False?
... Those options make me think of this ole' thang.
Touché :P... I'll see if my new friend Dieter can add this to the growing list of Documentation changes being requested in the Beta forums.
Forgive my confusion... Nowhere in the Documentation (old or new) is this 'returning of the existing item' behavior stated for the Add Method regarding Layers; but you're correct.
I should have...
Fixo already shared most of them, but you may also find StackOverflow, and CodeProject to be of interest.