Author Topic: variable blank,,!  (Read 7904 times)

0 Members and 1 Guest are viewing this topic.

hudster

  • Gator
  • Posts: 2848
variable blank,,!
« Reply #15 on: May 19, 2005, 07:54:28 AM »
strange, I have 2000 and mine doesn't.

I wonder if there is a variable which controls this?
Revit BDS 2017, 2016, 2015, 2014, AutoCAD 2017, 2016, Navisworks 2017, 2016, BIM360 Glue

whdjr

  • Guest
variable blank,,!
« Reply #16 on: May 19, 2005, 08:44:34 AM »
Run this and post the results so we can compare:

Code: [Select]
(entget (car (entsel)))

whdjr

  • Guest
variable blank,,!
« Reply #17 on: May 19, 2005, 08:49:19 AM »
This is one segment before joining:
Code: [Select]
Command:(entget (car (entsel)))

Select object:
((-1 . <Entity name: 24f59a8>)
  (0 . "LWPOLYLINE")
  (330 . <Entity name: 24f58f8>)
  (5 . "4D")
  (100 . "AcDbEntity")
  (67 . 0)
  (410 . "Model")
  (8 . "0")
  (100 . "AcDbPolyline")
  (90 . 2)
  (70 . 0)
  (43 . 1.0)
  (38 . 0.0)
  (39 . 0.0)
  (10 12.9965 9.4425)
  (40 . 1.0)
  (41 . 1.0)
  (42 . 0.0)
  (10 12.9965 4.4425)
  (40 . 1.0)
  (41 . 1.0)
  (42 . 0.0)
  (210 0.0 0.0 1.0)
)

and this is after I joined them using pedit->join:
Code: [Select]
Command:(entget (car (entsel)))

Select object:
((-1 . <Entity name: 24f59a8>)
  (0 . "LWPOLYLINE")
  (330 . <Entity name: 24f58f8>)
  (5 . "4D")
  (100 . "AcDbEntity")
  (67 . 0)
  (410 . "Model")
  (8 . "0")
  (100 . "AcDbPolyline")
  (90 . 4)
  (70 . 1)
  (43 . 1.0)
  (38 . 0.0)
  (39 . 0.0)
  (10 12.9965 9.4425)
  (40 . 1.0)
  (41 . 1.0)
  (42 . 0.0)
  (10 12.9965 4.4425)
  (40 . 1.0)
  (41 . 1.0)
  (42 . 0.0)
  (10 7.99653 4.4425)
  (40 . 1.0)
  (41 . 1.0)
  (42 . 0.0)
  (10 7.99653 9.4425)
  (40 . 1.0)
  (41 . 1.0)
  (42 . 0.0)
  (210 0.0 0.0 1.0)
)

hudster

  • Gator
  • Posts: 2848
variable blank,,!
« Reply #18 on: May 19, 2005, 09:20:29 AM »
Unclosed
Code: [Select]
((-1 . <Entity name: 7ef83088>)
(0 . "LWPOLYLINE")
(330 . <Entity name: 7ef81cf8>)
(5 . "891")
(100 . "AcDbEntity")
(67 . 0)
(410 . "Model")
(8 . "0")
(100 . "AcDbPolyline")
(90 . 5)
(70 . 128)
(43 . 1.0)
(38 . 0.0)
(39 . 0.0)
(10 119.496 62.0295)
(40 . 1.0)
(41 . 1.0)
(42 . 0.0)
(10 119.496 67.0295)
(40 . 1.0)
(41 . 1.0)
(42 . 0.0)
(10 124.496 67.0295)
(40 . 1.0)
(41 . 1.0)
(42 . 0.0)
(10 124.496 62.0295)
(40 . 1.0)
(41 . 1.0)
(42 . 0.0)
(10 119.496 62.0295)
(40 . 1.0)
(41 . 1.0)
(42 . 0.0)
(210 0.0 0.0 1.0))


after closing
Code: [Select]
((-1 . <Entity name: 7ef83088>)
(0 . "LWPOLYLINE")
(330 . <Entity name: 7ef81cf8>)
(5 . "891")
(100 . "AcDbEntity")
(67 . 0)
(410 . "Model")
(8 . "0")
(100 . "AcDbPolyline")
(90 . 5)
(70 . 129)
(43 . 1.0)
(38 . 0.0)
(39 . 0.0)
(10 119.496 62.0295)
(40 . 1.0)
(41 . 1.0)
(42 . 0.0)
(10 119.496 67.0295)
(40 . 1.0)
(41 . 1.0)
(42 . 0.0)
(10 124.496 67.0295)
(40 . 1.0)
(41 . 1.0)
(42 . 0.0)
(10 124.496 62.0295)
(40 . 1.0)
(41 . 1.0)
(42 . 0.0)
(10 119.496 62.0295)
(40 . 1.0)
(41 . 1.0)
(42 . 0.0)
(210 0.0 0.0 1.0))


Drawn Closed
Code: [Select]
((-1 . <Entity name: 7ef830a0>)
(0 . "LWPOLYLINE")
(330 . <Entity name: 7ef81cf8>)
(5 . "894")
(100 . "AcDbEntity")
(67 . 0)
(410 . "Model")
(8 . "0")
(100 . "AcDbPolyline")
(90 . 4)
(70 . 129)
(43 . 1.0)
(38 . 0.0)
(39 . 0.0)
(10 119.496 62.0295)
(40 . 1.0)
(41 . 1.0)
(42 . 0.0)
(10 119.496 67.0295)
(40 . 1.0)
(41 . 1.0)
(42 . 0.0)
(10 124.496 67.0295)
(40 . 1.0)
(41 . 1.0)
(42 . 0.0)
(10 124.496 62.0295)
(40 . 1.0)
(41 . 1.0)
(42 . 0.0)
(210 0.0 0.0 1.0))
Revit BDS 2017, 2016, 2015, 2014, AutoCAD 2017, 2016, Navisworks 2017, 2016, BIM360 Glue

whdjr

  • Guest
variable blank,,!
« Reply #19 on: May 19, 2005, 09:39:15 AM »
The only thing I can see different is the number of vertices and the pline generation, assoc. codes 90 and 70 respectfully.  I am at a loss here.

Sorry,

daron

  • Guest
variable blank,,!
« Reply #20 on: May 19, 2005, 09:54:07 AM »
see if this one exposes anything a bit more:
Code: [Select]
(vlax-dump-object (vlax-ename->vla-object (car (entsel))))

hudster

  • Gator
  • Posts: 2848
variable blank,,!
« Reply #21 on: May 19, 2005, 10:29:34 AM »
unclosed
Code: [Select]

; Property values:
;   Application (RO) = #<VLA-OBJECT IAcadApplication 00b9b5e4>
;   Area (RO) = 25.0
;   Closed = 0
;   ConstantWidth = 1.0
;   Coordinate = ...Indexed contents not shown...
;   Coordinates = (11.1578 5.62949 11.1578 10.6295 16.1578 10.6295 ... )
;   Document (RO) = #<VLA-OBJECT IAcadDocument 0ab485c0>
;   Elevation = 0.0
;   Handle (RO) = "892"
;   HasExtensionDictionary (RO) = 0
;   Hyperlinks (RO) = #<VLA-OBJECT IAcadHyperlinks 096c3674>
;   Layer = "0"
;   Length (RO) = 20.0
;   Linetype = "ByLayer"
;   LinetypeGeneration = -1
;   LinetypeScale = 1.0
;   Lineweight = -1
;   Normal = (0.0 0.0 1.0)
;   ObjectID (RO) = 2130243728
;   ObjectName (RO) = "AcDbPolyline"
;   OwnerID (RO) = 2130238712
;   PlotStyleName = "ByLayer"
;   Thickness = 0.0
;   TrueColor = #<VLA-OBJECT IAcadAcCmColor 096c0bc0>
;   Visible = -1
T


closed
Code: [Select]
; Property values:
;   Application (RO) = #<VLA-OBJECT IAcadApplication 00b9b5e4>
;   Area (RO) = 25.0
;   Closed = -1
;   ConstantWidth = 1.0
;   Coordinate = ...Indexed contents not shown...
;   Coordinates = (11.1578 5.62949 11.1578 10.6295 16.1578 10.6295 ... )
;   Document (RO) = #<VLA-OBJECT IAcadDocument 0ab485c0>
;   Elevation = 0.0
;   Handle (RO) = "892"
;   HasExtensionDictionary (RO) = 0
;   Hyperlinks (RO) = #<VLA-OBJECT IAcadHyperlinks 0969d1d4>
;   Layer = "0"
;   Length (RO) = 20.0
;   Linetype = "ByLayer"
;   LinetypeGeneration = -1
;   LinetypeScale = 1.0
;   Lineweight = -1
;   Normal = (0.0 0.0 1.0)
;   ObjectID (RO) = 2130243728
;   ObjectName (RO) = "AcDbPolyline"
;   OwnerID (RO) = 2130238712
;   PlotStyleName = "ByLayer"
;   Thickness = 0.0
;   TrueColor = #<VLA-OBJECT IAcadAcCmColor 096bbc80>
;   Visible = -1
T


drawn closed
Code: [Select]
; Property values:
;   Application (RO) = #<VLA-OBJECT IAcadApplication 00b9b5e4>
;   Area (RO) = 25.0
;   Closed = -1
;   ConstantWidth = 1.0
;   Coordinate = ...Indexed contents not shown...
;   Coordinates = (11.1578 5.62949 11.1578 10.6295 16.1578 10.6295 ... )
;   Document (RO) = #<VLA-OBJECT IAcadDocument 0ab485c0>
;   Elevation = 0.0
;   Handle (RO) = "893"
;   HasExtensionDictionary (RO) = 0
;   Hyperlinks (RO) = #<VLA-OBJECT IAcadHyperlinks 096c0e64>
;   Layer = "0"
;   Length (RO) = 20.0
;   Linetype = "ByLayer"
;   LinetypeGeneration = -1
;   LinetypeScale = 1.0
;   Lineweight = -1
;   Normal = (0.0 0.0 1.0)
;   ObjectID (RO) = 2130243736
;   ObjectName (RO) = "AcDbPolyline"
;   OwnerID (RO) = 2130238712
;   PlotStyleName = "ByLayer"
;   Thickness = 0.0
;   TrueColor = #<VLA-OBJECT IAcadAcCmColor 096c06f0>
;   Visible = -1
T
Revit BDS 2017, 2016, 2015, 2014, AutoCAD 2017, 2016, Navisworks 2017, 2016, BIM360 Glue

whdjr

  • Guest
variable blank,,!
« Reply #22 on: May 19, 2005, 11:22:34 AM »
Ok Hudster,

I think I figured this out.  I think we're using two different versions of ACAD here.  Your returning a length prop. and a True color prop. which I don't have in A2K.  I started A2k6 and drew the pline without closing it and it looked like the one you showed with the one missing corner.  Even after filleting and joining it, it still did not work.  I listed the "unclosed" and the "closed" pline and this is what I get:
Code: [Select]
Command: LIST

Select objects: Specify opposite corner: 2 found

Select objects:

                  LWPOLYLINE  Layer: "0"
                            Space: Model space
                   Handle = 1cbc
            Closed
    Constant width   1.00000
              area   25.00000
         perimeter   20.00000

          at point  X=798.62500  Y=965.37500  Z=  0.00000
          at point  X=803.62500  Y=965.37500  Z=  0.00000
          at point  X=803.62500  Y=960.37500  Z=  0.00000
          at point  X=798.62500  Y=960.37500  Z=  0.00000

                  LWPOLYLINE  Layer: "0"
                            Space: Model space
                   Handle = 1cac
            Closed
    Constant width   1.00000
              area   25.00000
         perimeter   20.00000

          at point  X=808.43750  Y=960.37500  Z=  0.00000
          at point  X=808.43750  Y=965.37500  Z=  0.00000
          at point  X=813.43750  Y=965.37500  Z=  0.00000
          at point  X=813.43750  Y=960.37500  Z=  0.00000
          at point  X=808.43750  Y=960.37500  Z=  0.00000

It appears that when you draw a pline and don't close it, but return it to the original start point AutoCAD adds an extra 0 length line for some reason. :roll:

I did get it to work however; but it's not pretty.  
Explode your pline.  Find the one that is a 0 length and delete it.  Then use the pedit command and choose the multiple option and select your 4 lines.  Then choose the join option and then the close option (don't miss the close option or it won't work).  Then choose the width option to set your width and you should be done.

Code: [Select]
Command: e
ERASE 1 found

Command: pedit
Select polyline or [Multiple]: m

Select objects: Specify opposite corner: 4 found

Select objects:

Convert Lines and Arcs to polylines [Yes/No]? <Y> y

Enter an option [Close/Open/Join/Width/Fit/Spline/Decurve/Ltype gen/Undo]: j

Join Type = Extend
Enter fuzz distance or [Jointype] <0.00000>:

3 segments added to polyline

Enter an option [Close/Open/Join/Width/Fit/Spline/Decurve/Ltype gen/Undo]: c

Enter an option [Close/Open/Join/Width/Fit/Spline/Decurve/Ltype gen/Undo]: w

Specify new width for all segments: 1

Enter an option [Close/Open/Join/Width/Fit/Spline/Decurve/Ltype gen/Undo]:

There are better options such as erase and redraw it closed or us the pljoin command from the expresstools if you have it.

I hope this helps everyone,

hudster

  • Gator
  • Posts: 2848
variable blank,,!
« Reply #23 on: May 19, 2005, 11:37:36 AM »
We use 2000 and Lt2000, and it draws these OK on some machines but not on others, I just wondered why, and if there was a variable which controlled this.

edit.

if I draw the last segment as 4mm rather than 5mm and then close it using pedit, it adds a 1mm segment, and doesn't have the notch out the corner.

Now the question is, why does it draw that last segment rather than just extending the last one.
Revit BDS 2017, 2016, 2015, 2014, AutoCAD 2017, 2016, Navisworks 2017, 2016, BIM360 Glue

whdjr

  • Guest
variable blank,,!
« Reply #24 on: May 19, 2005, 11:44:55 AM »
Ok, this is strange.  I just tried it again in A2K and it did not work correctly; however I tried this routine by Kerry Brown on it and presto all was good.  It will remove the extra vertex if you select the "bad" corner.