Kapmc
Automotive
- Sep 7, 2006
- 39
I'm trying to write a script that will create a die draw line relative to a user selected line then create a surface extrusion of a rectangle in the direction of the line.Now I need that line and surface to be repeated on a series of points.
If I have the user select a geo set that contains all the points how do I make the line and surface repeat at each of the points?
Also can I set a Reference to equal a user selected item.
I am using this statement for the user to select specific items.
ReDim sFilter(0)
Msgbox "Select Point "
sFilter(0) = "Point"
sStatus = Selection.SelectElement2(sFilter, "Select Point", False)
Set Point1 = Selection.Item(1)
So can I have =>
Dim reference2 As Reference
Set reference2 = Point1
Thanks
If I have the user select a geo set that contains all the points how do I make the line and surface repeat at each of the points?
Also can I set a Reference to equal a user selected item.
I am using this statement for the user to select specific items.
ReDim sFilter(0)
Msgbox "Select Point "
sFilter(0) = "Point"
sStatus = Selection.SelectElement2(sFilter, "Select Point", False)
Set Point1 = Selection.Item(1)
So can I have =>
Dim reference2 As Reference
Set reference2 = Point1
Thanks