TheSwamp

Code Red => AutoLISP (Vanilla / Visual) => Topic started by: V-Man on October 12, 2010, 12:20:32 PM

Title: XY Angle DXF Group Code?
Post by: V-Man on October 12, 2010, 12:20:32 PM
Can someone tell me what is the dxf group code for XY Angle?


Code: [Select]
      <RO> Entity Name - (-1 . <Entity name: 7efeb778>)
      <RO> Entity Type - (0 . LINE)
       - (330 . <Entity name: 7efe6cf8>)
           <RO> Handle - (5 . 131F)
           Paper Space - (67 . 0)
       - (410 . Model)
                 Layer - (8 . A-WALL-TENT-EXST)
                 Color - (62 . 8)
           First Point - (10 921.0 193.5 0.0)
          Second Point - (11 1028.5 193.5 0.0)
         UCS Extrusion - (210 0.0 0.0 1.0)

Length = 107.50002853, XY Angle = 0.00000055

Thanks,

Don
Title: Re: XY Angle DXF Group Code?
Post by: T.Willey on October 12, 2010, 12:23:48 PM
Use ' angle ' with the start point and end point.  No dxf code that I'm aware of.
Title: Re: XY Angle DXF Group Code?
Post by: V-Man on October 12, 2010, 12:47:13 PM

Quote
Use ' angle ' with the start point and end point.  No dxf code that I'm aware of

I thought so, just was not sure.

Thanks T