KCL: Migrate hole to kwargs (#6382)
Previously: `|> hole(circle(radius = 2, center = p), %)` Now: `|> subtract2d(tool = circle(radius = 2, center = p))`
This commit is contained in:
@ -28,7 +28,7 @@ innerProfile = circle(
|
||||
|
||||
// create a profile with holes sketch000Profile000Holes
|
||||
pipeProfile = outerProfile
|
||||
|> hole(innerProfile, %)
|
||||
|> subtract2d(tool = innerProfile)
|
||||
|
||||
// extrude the pipe profile to create the pipe
|
||||
pipe = extrude(pipeProfile, length = length)
|
||||
|
||||
Reference in New Issue
Block a user