bitbybit.dev v1.0.0-rc.1
    Preparing search index...

    Class VerbIntersect

    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