Forgot password?

Create an account!

Scripts

« back

Move Vertically By Text or Point

Description RhinoScript Application

RhinoScript Application by ledisnomad

Tool to help with surveys. Moves a curve in the Z-direction to the correct height. Uses either the number in a text object from the elevation marker annotation or a point that is already elevated to the correct height. In both cases, it assumes the curve is at z=0.

The next version will fix this and check the z location of the curve.

Version

Version 1.2 (May 23, 2011)


Changes since previous version:

Bug fixes.

« older versions

Requirements

Rhino version: Rhino 4

Code

You need to be logged in to view the source code.

Download

You need to be logged in to download the script.

Recommend

Why are these buttons gray?

Comments
  • 4. ryan (May 23, 2011 17.50):

    awesome! thank you!

  • 3. ledisnomad (May 23, 2011 16.56):

    Hey, ryan. Should work now.

  • +++ May 23, 2011 16.56: Move Vertically By Text or Point version 1.2 published +++

  • +++ May 23, 2011 16.52: Move Vertically By Text or Point version 1.1 published +++

  • 2. ledisnomad (May 23, 2011 16.30):

    Hi, ryan. Thanks for the heads-up. I'll check it out and update it, but in the mean time, try editing the line with the IsPoint command to Rhino.IsPoint, see if that works. Cheers, Damon

  • 1. ryan (May 23, 2011 16.20):

    I'm getting an error at the following line.

    Error: Variable is undefined: "Is Point"
    Line: 47
    Char:1

  • +++ May 21, 2011 20.31: Move Vertically By Text or Point version 1 published +++