How can I generated curve that match mesh line generated by ¡°3dmesh¡±

Discussion in 'AutoCAD' started by Richard, Oct 22, 2004.

  1. Richard

    Richard Guest

    When generated a surface with (command "3dmesh" "4" "3" point11 point12
    point13 point21 point22 point23 point31 point32 point33 point41 point42
    point43)

    (command "surfu" 100);

    (command "surfv" 80);

    (command "surftype" 6);

    and I want to draw the skeleton line of the surface, so I use(command
    "spline" point11 point12 point13 """"""); but the line that generated by
    ¡°spline¡± doesn¡¯t match (the same as) the mesh line that ¡°3dmesh¡±
    generated.

    How can I generated curve that match mesh line generated by ¡°3dmesh¡±
     
    Richard, Oct 22, 2004
    #1
  2. Richard

    Dann Guest

    Try setting the Spline fit tolerance to 0
     
    Dann, Oct 22, 2004
    #2
  3. Richard

    Richard Guest

    I used "splinedit" to set the fit tolerance to zero,but It's seems didn't
    worked.
    I wonder if I have the right way to set spline tolerance to 0.If I didn't
    ,can you show me the details.
    Or else is there any other method to draw an acute skeleton line of "mesh"
    surface.
    RICHARD
     
    Richard, Oct 23, 2004
    #3
  4. Richard

    devitg Guest

    if you have the points , why not to use 3dpoly????
     
    devitg, Oct 23, 2004
    #4
  5. Richard

    Richard Guest

    Cause I divided the mesh by (command "surfu" 100);
    (command "surfv" 80); so I only know the key point ,what I need is the NURBS
    line that fit the "3dmesh" generated surface.
     
    Richard, Oct 25, 2004
    #5
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.