Bitbybit Docs
    Preparing search index...

    Class FaceFromWiresOnFaceDto<T, U> (Inputs.OCCT)

    Wires, a guiding face and a side for shapes.face.createFaceFromWiresOnFace, which makes one face on the guiding surface with holes.

    Type Parameters

    • T
    • U
    Index

    Constructors

    Properties

    Constructors

    • Type Parameters

      • T
      • U

      Parameters

      • Optionalwires: T[]
      • Optionalface: U
      • Optionalinside: boolean

      Returns FaceFromWiresOnFaceDto<T, U>

    Properties

    wires: T[]

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

    undefined
    
    face: U

    The face whose surface the new face is cut from.

    undefined
    
    inside: boolean

    Applies to the first wire: when true it is turned so the face is the region it encloses; when false its own direction decides.

    true