-
1
- #1
NirVidP
Industrial
- May 10, 2010
- 45
I can draw a line in the Main View of a DrawingSheet.
Now I can't figure out [using VB(A)] how to:
1. Apply horizontal constraint to this line?
2. Draw line vertical to this line such that end point of the first line is constrained to the start point of the second line.
3. Draw a (third) line parallel to the first line from the end point of the second line.
My aim is that if I select any line, all three lines should be automatically selected.
A. If I move any one line, other two lines should also move by exactly the same amount.
B. If I delete any one line, all three lines should get deleted.
In short, I am trying to emulate a pline in AutoCAD.
Any hints are welcome.
Now I can't figure out [using VB(A)] how to:
1. Apply horizontal constraint to this line?
2. Draw line vertical to this line such that end point of the first line is constrained to the start point of the second line.
3. Draw a (third) line parallel to the first line from the end point of the second line.
My aim is that if I select any line, all three lines should be automatically selected.
A. If I move any one line, other two lines should also move by exactly the same amount.
B. If I delete any one line, all three lines should get deleted.
In short, I am trying to emulate a pline in AutoCAD.
Any hints are welcome.