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

    Class FaceLinearSubdivisionDto<T>

    Type Parameters

    • T
    Index

    Constructors

    • Provide options without default values

      Type Parameters

      • T

      Parameters

      • Optionalshape: T
      • OptionalisU: boolean
      • Optionalparam: number
      • OptionalnrPoints: number
      • OptionalshiftHalfStep: boolean
      • OptionalremoveStartPoint: boolean
      • OptionalremoveEndPoint: boolean

      Returns FaceLinearSubdivisionDto<T>

    Properties

    shape: T

    Brep OpenCascade geometry

    undefined
    
    isU: boolean

    Linear subdivision direction true - U, false - V

    true
    
    param: number

    Param on direction 0 - 1

    0.5
    

    0

    1

    0.1

    nrPoints: number

    Number of subdivisions on opposite direction

    10
    

    1

    Infinity

    1

    shiftHalfStep: boolean

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

    false
    
    removeStartPoint: boolean

    Removes first point

    false
    
    removeEndPoint: boolean

    Removes last point

    false