Forgot password?

Create an account!

RVB

« back

point-between-two-points

Description RhinoScript Application

RhinoScript Application by chottabhai

When you want to find a point in between two points. This can be applied to any point in space - 3D. Very helpful when you are drafting the centre point of a hole in a polysurface - though you can use it for pretty much anything..

comments invited.

Version

Version 1 (Jun 08, 2010)

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
  • 3. Tobias (Jun 08, 2010 21.59):

    Btw... I didn't want to discourage you with my comment. Just keep on scripting. Sometimes its even cool to write your own version of a command as a matter of practise (and if you have some spare time). But on the other hand I couldn't resist to say somethin... :)

  • 2. chottabhai (Jun 08, 2010 20.10):

    well its just for those people who don't know these hidden short-cuts
    :) cheers.

  • 1. Tobias (Jun 08, 2010 20.02):

    Why not simply using the _Between command?
    This macro does exactly the same:

    _Point _Between

  • +++ Jun 08, 2010 19.26: point-between-two-points version 1 published +++