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

    Class FilletTwoEdgesInPlaneDto<T>

    Type Parameters

    • T
    Index

    Constructors

    • Type Parameters

      • T

      Parameters

      • Optionaledge1: T
      • Optionaledge2: T
      • OptionalplaneOrigin: Point3
      • OptionalplaneDirection: Vector3
      • Optionalradius: number
      • Optionalsolution: number

      Returns FilletTwoEdgesInPlaneDto<T>

    Properties

    edge1: T

    First OCCT edge to fillet

    undefined
    
    edge2: T

    Second OCCT edge to fillet

    undefined
    
    planeOrigin: Point3

    Plane origin that is also used to find the closest solution if two solutions exist.

    [0, 0, 0]
    
    planeDirection: Vector3

    Plane direction for fillet

    [0, 1, 0]
    
    radius: number

    Radius of the fillet

    0.3
    

    0

    Infinity

    0.1

    solution?: number

    if solution is -1 planeOrigin chooses a particular fillet in case of several fillets may be constructed (for example, a circle intersecting a segment in 2 points). Put the intersecting (or common) point of the edges

    -1
    

    true