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

    Class LoftAdvancedDto<T>

    Type Parameters

    • T
    Index

    Constructors

    • Type Parameters

      • T

      Parameters

      • Optionalshapes: T[]
      • OptionalmakeSolid: boolean
      • Optionalclosed: boolean
      • Optionalperiodic: boolean
      • Optionalstraight: boolean
      • OptionalnrPeriodicSections: number
      • OptionaluseSmoothing: boolean
      • OptionalmaxUDegree: number
      • Optionaltolerance: number
      • OptionalparType: approxParametrizationTypeEnum
      • OptionalstartVertex: Point3
      • OptionalendVertex: Point3

      Returns LoftAdvancedDto<T>

    Properties

    shapes: T[]

    Wires through which the loft passes

    undefined
    
    makeSolid: boolean

    Tries to make a solid when lofting

    false
    
    closed: boolean

    Will make a closed loft.

    false
    
    periodic: boolean

    Will make a periodic loft.

    false
    
    straight: boolean

    Indicates whether straight sections should be made out of the loft

    false
    
    nrPeriodicSections: number

    This number only is used when closed non straight lofting is used

    10
    

    1

    Infinity

    1

    useSmoothing: boolean

    Tell algorithm to use smoothing

    false
    
    maxUDegree: number

    Maximum u degree

    3
    
    tolerance: number

    Tolerance

    1.0e-7
    

    0

    Infinity

    0.000001

    Approximation parametrization type

    approxCentripetal
    
    startVertex?: Point3

    Optional if loft should start with a vertex

    undefined
    

    true

    endVertex?: Point3

    Optional if loft should end with a vertex

    undefined
    

    true