I have a database of AutoCad blocks (solid model piping flanges). Can I import one into microStation as needed and insert it at a required location or would I have to convert the database into cells first?
I hope to do this using a script file, first routing the ACS and then inserting a block...
Hello
I am new to MicroStation and am trying to create script files that can plot points, text and spheres.
After a lot of head scratching I've come up with:
place sphere
xy=10,10,10; DL=2.0
xy=20,10,0; DL=2.0
This appears to plot the sphere centre at XY coordinates and forces the radius to...