Skip to content
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse

ZMT zurich med tech

  1. Home
  2. Sim4Life
  3. CAD Modeling
  4. Nearest point to a spline

Nearest point to a spline

Scheduled Pinned Locked Moved Solved CAD Modeling
python
2 Posts 1 Posters 452 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • SylvainS Offline
    SylvainS Offline
    Sylvain
    ZMT
    wrote on last edited by
    #1

    Given a spline and a point. How can I find the point on the spline which is nearest to the given point?

    I would like to do that from Python.

    SylvainS 1 Reply Last reply
    0
    • SylvainS Sylvain

      Given a spline and a point. How can I find the point on the spline which is nearest to the given point?

      I would like to do that from Python.

      SylvainS Offline
      SylvainS Offline
      Sylvain
      ZMT
      wrote on last edited by
      #2

      got it:

      wire = GetWires(spline)[0]
      curve = wire.GetGeometry(transform_to_model_space=True)
      law = curve.GetLaw()
      t0 = curve.MinDistParameter(point_start)
      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Search