Bitbybit Docs
    Preparing search index...

    Class FaceSubdivisionToWiresDto<T> (Inputs.OCCT)

    A face and a number of divisions for shapes.face.subdivideToWires, which draws evenly spaced wires across the face in one parameter direction.

    Type Parameters

    • T
    Index

    Constructors

    • Provide options without default values

      Type Parameters

      • T

      Parameters

      • Optionalshape: T
      • OptionalnrDivisions: number
      • OptionalisU: boolean
      • OptionalshiftHalfStep: boolean
      • OptionalremoveStart: boolean
      • OptionalremoveEnd: boolean

      Returns FaceSubdivisionToWiresDto<T>

    Properties

    shape: T

    The face to draw the wires on.

    undefined
    
    nrDivisions: number

    How many steps to divide the range into; one more wire than that is drawn, the two boundary lines included.

    10
    

    1

    Infinity

    1

    isU: boolean

    When true each wire sits at a fixed U and runs across the V range; when false the roles swap.

    true
    
    shiftHalfStep: boolean

    When true, every wire moves half a step along the divided direction.

    false
    
    removeStart: boolean

    When true, the wire on the start boundary is left out.

    false
    
    removeEnd: boolean

    When true, the wire on the end boundary is left out.

    false