bitbybit.dev v1.0.0-rc.1
    Preparing search index...

    Class FaceSubdivisionToWiresDto<T>

    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

    Openascade Face

    undefined
    
    nrDivisions: number

    Number of points that will be added on U direction

    10
    

    1

    Infinity

    1

    isU: boolean

    Linear subdivision direction true - U, false - V

    true
    
    shiftHalfStep: boolean

    Sometimes you want to shift your wires half way the step distance, especially on periodic surfaces

    false
    
    removeStart: boolean

    Removes start wire

    false
    
    removeEnd: boolean

    Removes end wire

    false