Is there a way in MicroStation or inRoads to get a best fit line drawn through a bunch of points (or even the points of a line string)?
example, i have a survey of a road CL and i want to get a line down the center that dosent have 500 points along it.
Thanks for the help.
D
I'm trying to place a text node in VBA and i want to set it's justification to CenterCenter. TextNodeElement.Justification is readonly...
Dim txt As TextNodeElement
txt.Justification = MsdTextJustification.msdTextJustificationCenterCenter
so i cant set it that way...
Any ideas?
Thanks
I'm trying to get the cells that are currently selected by the user in VBA. The ActiveModelReferences says that there is somthing selected but ActiveModelReference.GetSelectedElements returns nothing. The cells are named, but that dosent help me since there are hundreds of the same cells, i...
I'm doing this in COGO (so i can only use cogo classic commands), so i cant use any microstation commands.
Sorry, i should have been more specific.
Thanks
I'm trying to get a line parallel to an established line through a point. I've got a property line that's been established by two Iron Pipes and i've got a concrete monument that is the start of another property line that runs parallel to the first mentioned property line per the deed. I cant...