Bitbybit Docs
    Preparing search index...

    Class FaceFromWiresDto<T> (Inputs.OCCT)

    Wires and a planar flag for shapes.face.createFaceFromWires, which makes one face with the first wire as its boundary and the others as holes.

    Type Parameters

    • T
    Index

    Constructors

    Properties

    Constructors

    • Type Parameters

      • T

      Parameters

      • Optionalshapes: T[]
      • Optionalplanar: boolean

      Returns FaceFromWiresDto<T>

    Properties

    shapes: T[]

    The wires: the first is the outer boundary, every further one cuts a hole.

    undefined
    
    planar: boolean

    When true the wires must lie in one plane and the face is flat.

    false