Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • VerbIntersect

Index

Constructors

constructor

  • new VerbIntersect(context: Context, geometryHelper: GeometryHelper): VerbIntersect
  • Parameters

    • context: Context
    • geometryHelper: GeometryHelper

    Returns VerbIntersect

Methods

curveAndSurface

curveCurveFirstParams

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

    Parameters

    Returns number[]

    Parameters on first curve

curveCurveFirstPoints

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

    Parameters

    Returns number[][]

    Points on first curve

curveCurveSecondParams

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

    Parameters

    Returns number[]

    Parameters on second curve

curveCurveSecondPoints

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

    Parameters

    Returns number[][]

    Points on second curve

curveSurfaceCurveParams

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

    Parameters

    Returns number[]

    Parameters on the curve

curveSurfaceCurvePoints

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

    Parameters

    Returns number[][]

    Points on the curve

curveSurfaceSurfaceParams

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

    Parameters

    Returns UVDto[]

    Parameters on the surface

curveSurfaceSurfacePoints

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

    Parameters

    Returns number[][]

    Points on the surface

curves

  • Intersects two verb Nurbs curves together and returns intersection results

    Parameters

    Returns CurveCurveIntersection[]

    Intersection results

surfaces

  • Intersects two surfaces

    Parameters

    Returns any[]

    Nurbs curves along the intersection

Generated using TypeDoc