Class ShapeFromPathDto (Inputs.OCCT)
Constructors
constructor
new ShapeFromPathDto( subpaths?: PathSubpath[], makeFaces?: boolean, joinSegments?: boolean, tolerance?: number, scale?: number, flipY?: boolean, origin?: Point3,): ShapeFromPathDto Parameters
Optionalsubpaths: PathSubpath[]OptionalmakeFaces: booleanOptionaljoinSegments: booleanOptionaltolerance: numberOptionalscale: numberOptionalflipY: booleanOptionalorigin: Point3
Properties
subpaths
makeFaces
makeFaces: boolean
joinSegments
joinSegments: boolean
tolerance
tolerance: number
scale
scale: number
flipY
flipY: boolean
origin
用于
path.shapeFromPath的子路径和构建选项,它将子路径变成线框,并在需要时变成面。