Bitbybit Docs
    Preparing search index...

    Class VerbIntersect

    Functions that allow to intersect various geometric entities and get the results

    Verbnurbs is not maintained upstream and this API is removed in the next major version. Use the OpenCascade (occt) NURBS operations instead. Existing scripts keep working until the removal.

    Index

    Constructors

    Methods

    • Intersects two surfaces

      Parameters

      Returns any[]

      Nurbs curves along the intersection

    • Gets intersection parameters on the first curve from curve-curve intersection

      Parameters

      Returns number[]

      Parameters on first curve

    • Gets intersection parameters on the second curve from curve-curve intersection

      Parameters

      Returns number[]

      Parameters on second curve

    • Gets intersection points on the first curve from curve-curve intersection

      Parameters

      Returns number[][]

      Points on first curve

    • Gets intersection points on the second curve from curve-curve intersection

      Parameters

      Returns number[][]

      Points on second curve

    • Gets intersection parameters on the curve from curve-surface intersection

      Parameters

      Returns number[]

      Parameters on the curve

    • Gets intersection points on the curve from curve-surface intersection

      Parameters

      Returns number[][]

      Points on the curve

    • Gets intersection points on the surface from curve-surface intersection

      Parameters

      Returns number[][]

      Points on the surface