Class ThickSolidByJoinDto<T> (Inputs.OCCT)
Constructors
constructor
new ThickSolidByJoinDto<T>( shape?: T, shapes?: T[], offset?: number, tolerance?: number, intersection?: boolean, selfIntersection?: boolean, joinType?: joinTypeEnum, removeIntEdges?: boolean,): ThickSolidByJoinDto<T> Parameters
Optionalshape: TOptionalshapes: T[]Optionaloffset: numberOptionaltolerance: numberOptionalintersection: booleanOptionalselfIntersection: booleanOptionaljoinType: joinTypeEnumOptionalremoveIntEdges: boolean
Properties
shape
shapes
offset
offset: number
tolerance
tolerance: number
intersection
intersection: boolean
selfIntersection
selfIntersection: boolean
joinType
removeIntEdges
removeIntEdges: boolean
用于
operations.makeThickSolidByJoin的实体、要移除的面和壁厚,它将实体掏空为该厚度的壳。