Bitbybit Docs
    Preparing search index...

    Class FaceFromWireDto<T> (Inputs.OCCT)

    A closed wire and a planar flag for shapes.face.createFaceFromWire.

    Type Parameters

    • T
    Index

    Constructors

    Properties

    Constructors

    • Type Parameters

      • T

      Parameters

      • Optionalshape: T
      • Optionalplanar: boolean

      Returns FaceFromWireDto<T>

    Properties

    shape: T

    The closed wire that becomes the face's boundary.

    undefined
    
    planar: boolean

    When true the wire must lie in a plane and the face is flat; when false a smooth surface is fitted through the wire's edges.

    false