Microstation To Find Line Or Arc Of Best Fit.

Hi all

I have a problem which I was hoping someone could help with.

I have entered approx 40 x, y, z co-ordinates into microstation using the XYZ text tool box.

What I would like to do is get microstation to find either a line of best fit or an arc of best fit by selecting a series of points. Once the line/arc has been created I want to know how far away the points are from the line or arc.

After browsing the functionality I have struggled to come up with anything. I am currently using Microstation Select Series 2.

Can anyone help?

(I’m a bit dense so screen shots will help a great deal. Lol)

Thanks

 

Parents
  • Unknown said:
    After browsing the functionality I have struggled to come up with anything. I am currently using Microstation Select Series 2.

    Have you checked all Curve Functions Toolbox from  Microstation?

    There is a Curve by Equation tool, also, but no help in the help file

    Regards

    Frank

    since 1985: GIS, CAD, Engineering (Civil)  Senior Consultant : [Autodesk Civil 3D , Esri ArcGIS, VertiGIS: in previous days : Bentley MS V4 - V8i, GeoGraphics, Bentley Map V8i, InRoads,  HHK Geograf, IBr DAVID] :  Dev: [C, C++, .NET, Java, SQL, FORTRAN, UML]
    [direct quote by: http://en.wikipedia.org/wiki/Helmut_Schmidt]: "Wer Kritik übel nimmt, hat etwas zu verbergen"
    Wer Grammatik- und/oder Rechtschreibfehler findet, der darf sie behalten :-)

  • I used  curve by equation tool a few times back in J and it only used to plot a curve given the equation not find the equation but it may have changed I'll have to go back and take a look .. might even have an old J training book lying around

    Lorys

    Started msnt work 1990 - Retired  Nov 2022 ( oh boy am I old )

    But was long time user V8iss10 (8.11.09.919) dabbler CE  update 16 (10.16.00.80) 

    MicroStation user since 1990 Melbourne Australia.
    click link to PM me 

  • I tried running it with just 9 points but it doesnt seem to work for me

    do you put all the active points into a selection set then run the macro?

    Lorys

    Started msnt work 1990 - Retired  Nov 2022 ( oh boy am I old )

    But was long time user V8iss10 (8.11.09.919) dabbler CE  update 16 (10.16.00.80) 

    MicroStation user since 1990 Melbourne Australia.
    click link to PM me 

  • it seems to always put the answer in the same spot... no matter where I have my points...

    hmmmmm

    Lorys

    Started msnt work 1990 - Retired  Nov 2022 ( oh boy am I old )

    But was long time user V8iss10 (8.11.09.919) dabbler CE  update 16 (10.16.00.80) 

    MicroStation user since 1990 Melbourne Australia.
    click link to PM me 

  • I just realised its linear only but it still does it in the same spot  with new points as crosses..

    If it was working from selection then Id expect it to land near original points ...hmmm looking at the code I'm no closer to why?

    Lorys

    Started msnt work 1990 - Retired  Nov 2022 ( oh boy am I old )

    But was long time user V8iss10 (8.11.09.919) dabbler CE  update 16 (10.16.00.80) 

    MicroStation user since 1990 Melbourne Australia.
    click link to PM me 

  • Unknown said:
    It seems to always put the answer in the same spot

    The VBA example provides its own data, with the GetData method.  It's not looking for any other data.

    Unknown said:
    Do you put all the active points into a selection set then run the macro?

    I made no claim about active points or selection sets.  The example illustrates a programmatic solution to the original question.  If you want to collect data from another source, it's up to you to modify the code to achieve that.

    [Edit]

    Stefan Bernsdorf has kindly added code to use a selection set of MicroStation point objects.  His additions are included in the modified VBA project available here.

     
    Regards, Jon Summers
    LA Solutions

  • ok that would explain it ... thanks still pretty cool bit of coding .. need to study more...

    Lorys

    Started msnt work 1990 - Retired  Nov 2022 ( oh boy am I old )

    But was long time user V8iss10 (8.11.09.919) dabbler CE  update 16 (10.16.00.80) 

    MicroStation user since 1990 Melbourne Australia.
    click link to PM me 

Reply Children
No Data