Hi community,
What would be your best way to scale a newly created line based on a user input?
I am thinking of creating a small program which let's the user input a *.txt file with coordinates from a point with old and new coordinates, draw a line between old and new coordinates (using the Application.CreateLineElement2 function) and then scale this newly line based on a user input
Assume the following:
Program then draws a line between XYZ_old to XYZ_new and then scales the line based on the user input. E.g. if the user inputs "500" the program shall scale this created line 500 times, with the origin on the XYZ_old coordinates.
I am not after the entire code itself at this stage. More about the ideas or say tools Microstation VBA has available? Are there functions available for 2D and/or 3D-scaling available?
Google hasn't found me something useful, neither the learning Microstation VBA handbook.
Thanks in advance