Skip to content

CAD Modeling

Working with CAD models

61 Topics 205 Posts
  • Nearest point to a spline

    Solved python
    2
    0 Votes
    2 Posts
    629 Views
    SylvainS
    got it: wire = GetWires(spline)[0] curve = wire.GetGeometry(transform_to_model_space=True) law = curve.GetLaw() t0 = curve.MinDistParameter(point_start)