Visual LISP, AutoLISP and General Customization
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

help help with dxf codes for leader entities

4 REPLIES 4
Reply
Message 1 of 5
Anonymous
238 Views, 4 Replies

help help with dxf codes for leader entities

would soomeone be kind enough to cut and paste the dxf codes for leader
entities, i currently have no help files . .. thanks
4 REPLIES 4
Message 2 of 5
Anonymous
in reply to: Anonymous

Here you go.


The following group codes apply to leader entities. In addition to the group
codes described here, see Common Group Codes for Entities . For information
about abbreviations and formatting used in this table, see Formatting
Conventions in This Reference . Leader group codes
Group codes Description
100 Subclass marker (AcDbLeader)
3 Dimension style name
71 Arrowhead flag: 0 = Disabled; 1 = Enabled
72 Leader path type: 0 = Straight line segments; 1 = Spline
73 Leader creation flag (default = 3):
0 = Leader created with text annotation
1 = Created with tolerance annotation
2 = Created with block reference annotation
3 = Created without any annotation
74 Hook line direction flag:
0 = Hook line (or end of tangent for a splined leader) is the opposite
direction from the horizontal vector
1 = Hook line (or end of tangent for a splined leader) is the same direction
as horizontal vector (see code 75)
75 Hook line flag: 0 = No hookline; 1 = Has a hookline
40 Text annotation height
41 Text annotation width
76 Number of vertices in leader (ignored for OPEN)
10 Vertex coordinates (one entry for each vertex)
DXF: X value; APP: 3D point
20, 30 DXF: Y and Z values of vertex coordinates
77 Color to use if leader's DIMCLRD = BYBLOCK
340 Hard reference to associated annotation (mtext, tolerance, or insert
entity)
210 Normal vector
DXF: X value; APP: 3D vector
220, 230 DXF: Y and Z values of normal vector
211 "Horizontal" direction for leader
DXF: X value; APP: 3D vector
221, 231 DXF: Y and Z values of "horizontal" direction for leader
212 Offset of last leader vertex from block reference insertion point
DXF: X value; APP: 3D vector
222, 232 DXF: Y and Z values of offset
213 Offset of last leader vertex from annotation placement point
DXF: X value; APP: 3D vector
223, 233 DXF: Y and Z values of offset


Xdata belonging to the application ID "ACAD" follows a leader entity if any
dimension overrides have been applied to this entity. See Dimension Style
Overrides .

-Jason

matthew wrote in message
news:38D5641BB40B6589634D1A29DBA8E538@in.WebX.maYIadrTaRb...
> would soomeone be kind enough to cut and paste the dxf codes for leader
> entities, i currently have no help files . .. thanks
>
>
>
Message 3 of 5
Anonymous
in reply to: Anonymous

You can find the DXF codes on AutoDesk's web site also. Personally, I think
its easier to use there than in the help files. Here's the address:

http://www.autodesk.com/techpubs/autocad/acad2000/dxf/index.htm

--
Ben Maki
NDC Inc.


"matthew" wrote in message
news:38D5641BB40B6589634D1A29DBA8E538@in.WebX.maYIadrTaRb...
> would soomeone be kind enough to cut and paste the dxf codes for leader
> entities, i currently have no help files . .. thanks
>
>
>
Message 4 of 5
Anonymous
in reply to: Anonymous

and here is your silver star..... *

Jason Piercey wrote in message
news:0FB1F39E2DA37A87517A6282EEBEB3AF@in.WebX.maYIadrTaRb...
> Here you go.
>
>
> The following group codes apply to leader entities. In addition to the
group
> codes described here, see Common Group Codes for Entities . For
information
> about abbreviations and formatting used in this table, see Formatting
> Conventions in This Reference . Leader group codes
> Group codes Description
> 100 Subclass marker (AcDbLeader)
> 3 Dimension style name
> 71 Arrowhead flag: 0 = Disabled; 1 = Enabled
> 72 Leader path type: 0 = Straight line segments; 1 = Spline
> 73 Leader creation flag (default = 3):
> 0 = Leader created with text annotation
> 1 = Created with tolerance annotation
> 2 = Created with block reference annotation
> 3 = Created without any annotation
> 74 Hook line direction flag:
> 0 = Hook line (or end of tangent for a splined leader) is the opposite
> direction from the horizontal vector
> 1 = Hook line (or end of tangent for a splined leader) is the same
direction
> as horizontal vector (see code 75)
> 75 Hook line flag: 0 = No hookline; 1 = Has a hookline
> 40 Text annotation height
> 41 Text annotation width
> 76 Number of vertices in leader (ignored for OPEN)
> 10 Vertex coordinates (one entry for each vertex)
> DXF: X value; APP: 3D point
> 20, 30 DXF: Y and Z values of vertex coordinates
> 77 Color to use if leader's DIMCLRD = BYBLOCK
> 340 Hard reference to associated annotation (mtext, tolerance, or insert
> entity)
> 210 Normal vector
> DXF: X value; APP: 3D vector
> 220, 230 DXF: Y and Z values of normal vector
> 211 "Horizontal" direction for leader
> DXF: X value; APP: 3D vector
> 221, 231 DXF: Y and Z values of "horizontal" direction for leader
> 212 Offset of last leader vertex from block reference insertion point
> DXF: X value; APP: 3D vector
> 222, 232 DXF: Y and Z values of offset
> 213 Offset of last leader vertex from annotation placement point
> DXF: X value; APP: 3D vector
> 223, 233 DXF: Y and Z values of offset
>
>
> Xdata belonging to the application ID "ACAD" follows a leader entity if
any
> dimension overrides have been applied to this entity. See Dimension Style
> Overrides .
>
> -Jason
>
> matthew wrote in message
> news:38D5641BB40B6589634D1A29DBA8E538@in.WebX.maYIadrTaRb...
> > would soomeone be kind enough to cut and paste the dxf codes for leader
> > entities, i currently have no help files . .. thanks
> >
> >
> >
>
>
Message 5 of 5
Anonymous
in reply to: Anonymous

Aw... You shouldn't have 🙂

-Jason

matthew wrote in message
news:459CB8AFB7B101B95AFD0E83300900D9@in.WebX.maYIadrTaRb...
> and here is your silver star..... *
>
> Jason Piercey wrote in message
> news:0FB1F39E2DA37A87517A6282EEBEB3AF@in.WebX.maYIadrTaRb...
> > Here you go.
> >
> >
> > The following group codes apply to leader entities. In addition to the
> group
> > codes described here, see Common Group Codes for Entities . For
> information
> > about abbreviations and formatting used in this table, see Formatting
> > Conventions in This Reference . Leader group codes
> > Group codes Description
> > 100 Subclass marker (AcDbLeader)
> > 3 Dimension style name
> > 71 Arrowhead flag: 0 = Disabled; 1 = Enabled
> > 72 Leader path type: 0 = Straight line segments; 1 = Spline
> > 73 Leader creation flag (default = 3):
> > 0 = Leader created with text annotation
> > 1 = Created with tolerance annotation
> > 2 = Created with block reference annotation
> > 3 = Created without any annotation
> > 74 Hook line direction flag:
> > 0 = Hook line (or end of tangent for a splined leader) is the opposite
> > direction from the horizontal vector
> > 1 = Hook line (or end of tangent for a splined leader) is the same
> direction
> > as horizontal vector (see code 75)
> > 75 Hook line flag: 0 = No hookline; 1 = Has a hookline
> > 40 Text annotation height
> > 41 Text annotation width
> > 76 Number of vertices in leader (ignored for OPEN)
> > 10 Vertex coordinates (one entry for each vertex)
> > DXF: X value; APP: 3D point
> > 20, 30 DXF: Y and Z values of vertex coordinates
> > 77 Color to use if leader's DIMCLRD = BYBLOCK
> > 340 Hard reference to associated annotation (mtext, tolerance, or insert
> > entity)
> > 210 Normal vector
> > DXF: X value; APP: 3D vector
> > 220, 230 DXF: Y and Z values of normal vector
> > 211 "Horizontal" direction for leader
> > DXF: X value; APP: 3D vector
> > 221, 231 DXF: Y and Z values of "horizontal" direction for leader
> > 212 Offset of last leader vertex from block reference insertion point
> > DXF: X value; APP: 3D vector
> > 222, 232 DXF: Y and Z values of offset
> > 213 Offset of last leader vertex from annotation placement point
> > DXF: X value; APP: 3D vector
> > 223, 233 DXF: Y and Z values of offset
> >
> >
> > Xdata belonging to the application ID "ACAD" follows a leader entity if
> any
> > dimension overrides have been applied to this entity. See Dimension
Style
> > Overrides .
> >
> > -Jason
> >
> > matthew wrote in message
> > news:38D5641BB40B6589634D1A29DBA8E538@in.WebX.maYIadrTaRb...
> > > would soomeone be kind enough to cut and paste the dxf codes for
leader
> > > entities, i currently have no help files . .. thanks
> > >
> > >
> > >
> >
> >
>
>

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report

”Boost