Visual LISP, AutoLISP and General Customization
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Make Block
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
I would like to make a block with Entmake.
This works fine with me, but how do I give my block the properties AlowExplode, Annotative, ScaleUniformly and InsUnits ?
w.k.r.
JC
Re: Make Block
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
These are stored in the BLOCK_RECORD Entity, to my knowledge, you will need to entmake the BLOCK entity, its contents, then the ENDBLK entity, then modify the corresponding BLOCK_RECORD entity.
Here is an example of setting the InsUnits for a block created using entmake.
With Mathematics there is the possibility of perfect rigour, so why settle for less?
Just another Swamper
Re: Make Block
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Thanks,
This works fine with InsUnits (dxf 70) AllowExplode (dxf 280) and ScaleUniformly (dxf 281).
Does anyone know how to make an existing block annotative with lisp ?
w.k.r.
JC
Re: Make Block
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Extension Dictionaries. That's pretty much all I know and I don't understand how they work enough to typically mess with them. But that's what an annotative block has that regular ones don't.
'(83 104 110 101 117 112 104 64 71 109 97 105 108 46 99 111 109)

