Bitbybit Docs
    Preparing search index...

    Enumeration approxParametrizationTypeEnum (Inputs.OCCT)

    How points are spaced along a curve when it is approximated. approxChordLength spaces by distance, approxCentripetal reduces overshoot near sharp turns, approxIsoParametric spaces evenly in parameter space. Centripetal is usually the best behaved for interpolation through unevenly spaced points.

    Index

    Enumeration Members

    approxChordLength: "approxChordLength"
    approxCentripetal: "approxCentripetal"
    approxIsoParametric: "approxIsoParametric"