Update fillet+chamfer with new API options
This commit is contained in:
@ -71,6 +71,8 @@ export fn fillet(
|
||||
tolerance?: number(Length),
|
||||
/// Create a new tag which refers to this fillet
|
||||
tag?: tag,
|
||||
/// Which strategy should be used to perform this chamfer?
|
||||
strategy?: string,
|
||||
): Solid {}
|
||||
|
||||
/// Cut a straight transitional edge along a tagged path.
|
||||
@ -146,6 +148,8 @@ export fn chamfer(
|
||||
tags: [Edge; 1+],
|
||||
/// Create a new tag which refers to this chamfer
|
||||
tag?: tag,
|
||||
/// Which strategy should be used to perform this chamfer?
|
||||
strategy?: string,
|
||||
): Solid {}
|
||||
|
||||
/// Remove volume from a 3-dimensional shape such that a wall of the
|
||||
|
Reference in New Issue
Block a user