Search the Community
Showing results for tags 'block dynamic property'.
-
Crosshatch in dinamic block
studiostt posted a topic in AutoCAD 2D Drafting, Object Properties & Interface
Hi, I have a problem with the creation of a crosshatch in a dinamic block. In particular, I have to make a crosshatch between two circles that change radius with a non linear function, but I'm not able to do it. Can someone help me? -
Hello, I am trying to get two lines to rotate about two opposing circles whilst being able to stretch and also being joined together at opposite ends to the circles , so they can be controlled with one grip at the apex. I have been able to have the one set to work as i wish, but I can not get it...
- 3 replies
-
- grips
- dynamic stretch
-
(and 2 more)
Tagged with:
-
How to make an existing block annotative
Benjo posted a topic in AutoCAD 2D Drafting, Object Properties & Interface
Hi, I created an dynamic block few weeks ago and forgot to make it annotative. I try the ddchprop command, switch annotative to yes but it automatically immediately switch back to no. Could anyone help me with this please?- 2 replies
-
- block dynamic property
- block annotation
- (and 3 more)
-
Hello, Simple question. Is it possible to get dynamic properties from AcadBlock not AcadBlockRefference? As I didn't find any solution, I implemented this function: Private Function ExistsDynPr(bb As AcadBlock, PropName As String) As Boolean Dim oProps As Variant Dim oDblkProp As Ac...