autocad "divide command"
autocad "divide command"
(OP)
i am trying to use the divide command to place a block ( a repeating symbol)along a polyline. everything works fine except the block appears in the drawing offset from the polyline rather than aligned along and next to it.





RE: autocad "divide command"
If the block is a drawing, you shall set the basepoint in the same way.
see a sample here
http://theswamp.org/lilly.pond/devitg/dividing.dwg
Pardal
RE: autocad "divide command"
RE: autocad "divide command"
You are doing everything right, except for drawing the block correctly. Go to the block drawing and type "base". The locate that point. AutoCAD puts that point on the polyline when you insert the block using "divide". You have to move that point, called the base point, in your block drawing. Do that by typing "base" and specifying a new base point. Then save and close the drawing. Now, in your other drawing with the polyline, you must redefine the block by either deleting all occurrances of it and "purge"ing the drawing or some other method (and there are several). NOw divide again and it should be OK.
RE: autocad "divide command"
Guess your block is a circle , the insertion point could be at center , quadrant or any where in the same drawing.
Do a test with a new block .
The block have a insert point if internal to the drawing and a base point if external to the drawing.
But a external block when inserted on a new drawing share the same base point and insert point.
The fact is that such point is the point where the block gather or meet polyline.
Hope It Help.
Pardal