Hi,
I am using the command line interface to import shape files to Bentley Map. From reading this http://docs.bentley.com/en/Map/MicroStationMaphelp71.html#nowhere it appears to me that there is no way to set the angle of cells in the CLI as in the gui: http://docs.bentley.com/en/Map/MicroStationMaphelp58.html#nowhere
Is it in there and not documented for the CLI? I have the same question for the text angle.
Regards Jakob
What cell/ text angle are we suppose to be using ? Shape files generally do not define this information, so having it at 0 degrees is no different than having all the cells at say 10 degrees. If you want to rotate these after importing, you can rotate by origin using the rotate element tool.
I'd like to use a attribute value (ie. a value from a table field) just like when using the gui. f.ex.:
gdi import storage=point_pt.shp cell=triangle angle=[point_pt].[rotation];
regards Jakob