Bitbybit Docs
    Preparing search index...

    Class FilletTwoEdgesInPlaneDto<T> (Inputs.OCCT)

    Two edges in a plane, the plane and a radius for fillets.filletTwoEdgesInPlaneIntoAWire, which joins them with a rounding arc.

    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

    The first edge to join.

    undefined
    
    edge2: T

    The second edge to join.

    undefined
    
    planeOrigin: Point3

    A point on the plane the edges lie in; with solution at -1 it also picks the arc nearest to it.

    [0, 0, 0]
    
    planeDirection: Vector3

    The normal of the plane the edges lie in.

    [0, 1, 0]
    
    radius: number

    The radius of the rounding arc, in model units.

    0.3
    

    0

    Infinity

    0.1

    solution?: number

    Which arc to use when several fit, counted from 0; -1 takes the one nearest planeOrigin.

    -1
    

    true