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

    Class OCCTFillets

    Index

    Constructors

    • Parameters

      • occWorkerManager: OCCTWorkerManager

      Returns OCCTFillets

    2d fillets

    3d chamfers

    3d fillets

    • Fillets OpenCascade 3d wire, this algorithm takes one guiding direction for fillets to be formed. It does not respect tangent directions on each filleted corner. This algorithm is based on extruding wire along the given direction to form a shell, then filleting the shell and finally extracting the filleted wire from the shell itself. Make sure you provide a direction that is not parallel to the wire and that forms high enough extrusion for the fillet to succeed.

      Parameters

      Returns Promise<TopoDSShapePointer>

      OpenCascade shape with filleted edges

      fillet 3d wire

      true

    • Fillets OpenCascade 3d wires, this algorithm takes one guiding direction for fillets to be formed. It does not respect tangent directions on each filleted corner. This algorithm is based on extruding wires along the given direction to form a shell, then filleting the shell and finally extracting the filleted wire from the shell itself. Make sure you provide a direction that is not parallel to the wire and that forms high enough extrusion for the fillet to succeed.

      Parameters

      Returns Promise<TopoDSShapePointer[]>

      OpenCascade shape with filleted edges

      fillet 3d wires

      true