Bitbybit Docs
    Preparing search index...

    Class FacesFromWiresDto<T> (Inputs.OCCT)

    Wires and a planar flag for shapes.face.createFacesFromWires, which makes one face per wire.

    Type Parameters

    • T
    Index

    Constructors

    Properties

    Constructors

    • Type Parameters

      • T

      Parameters

      • Optionalshapes: T[]
      • Optionalplanar: boolean

      Returns FacesFromWiresDto<T>

    Properties

    shapes: T[]

    The closed wires, one face per wire.

    undefined
    
    planar: boolean

    When true each wire must lie in a plane and its face is flat; when false a smooth surface is fitted through each.

    false