Bitbybit Docs
    Preparing search index...

    Class Fillet3DWireDto<T> (Inputs.OCCT)

    A wire, a radius, optional corner indexes and an extrusion direction for fillets.fillet3DWire, which rounds the corners of a wire that does not lie in a plane.

    Type Parameters

    • T
    Index

    Constructors

    • Type Parameters

      • T

      Parameters

      • Optionalshape: T
      • Optionalradius: number
      • Optionaldirection: Vector3
      • OptionalradiusList: number[]
      • Optionalindexes: number[]

      Returns Fillet3DWireDto<T>

    Properties

    shape: T

    The wire whose corners are rounded.

    undefined
    
    radius?: number

    The rounding radius in model units, used for every selected corner unless radiusList is given.

    0.1
    

    0

    Infinity

    0.1

    true

    radiusList?: number[]

    One radius per entry of indexes, in the same order; needs indexes.

    undefined
    

    true

    indexes?: number[]

    Which corners to round, counted from 0 along the wire; leave it out to round them all.

    undefined
    

    true

    direction: Vector3

    The direction the wire is extruded along to build the fillets; it must not be parallel to the wire and must leave room for the radius.

    [0, 1, 0]