Class LoftAdvancedDto<T> (Inputs.OCCT)
Constructors
constructor
new LoftAdvancedDto<T>( shapes?: T[], makeSolid?: boolean, closed?: boolean, periodic?: boolean, straight?: boolean, nrPeriodicSections?: number, useSmoothing?: boolean, maxUDegree?: number, tolerance?: number, parType?: approxParametrizationTypeEnum, startVertex?: Point3, endVertex?: Point3,): LoftAdvancedDto<T> Parameters
Optionalshapes: T[]OptionalmakeSolid: booleanOptionalclosed: booleanOptionalperiodic: booleanOptionalstraight: booleanOptionalnrPeriodicSections: numberOptionaluseSmoothing: booleanOptionalmaxUDegree: numberOptionaltolerance: numberOptionalparType: approxParametrizationTypeEnumOptionalstartVertex: Point3OptionalendVertex: Point3
Properties
shapes
makeSolid
makeSolid: boolean
closed
closed: boolean
periodic
periodic: boolean
straight
straight: boolean
nrPeriodicSections
nrPeriodicSections: number
useSmoothing
useSmoothing: boolean
maxUDegree
maxUDegree: number
tolerance
tolerance: number
parType
OptionalstartVertex
OptionalendVertex
Wires through which the loft passes