Skip to content

[Delete Face] Can not delete faces of loft with point and click #10720

@max-mrgrsk

Description

@max-mrgrsk
Image
@settings(defaultLengthUnit = mm)

sketch001 = startSketchOn(YZ)
profile001 = startProfile(sketch001, at = [-17.5, 0])
  |> yLine(length = 7.5, tag = $seg03)
  |> xLine(length = 5, tag = $seg01)
  |> yLine(length = -7.5)
  |> line(endAbsolute = [profileStartX(%), profileStartY(%)], tag = $seg02)
  |> close()
plane001 = offsetPlane(YZ, offset = -5)
sketch002 = startSketchOn(plane001)
profile002 = startProfile(sketch002, at = [-17.29, 0])
  |> yLine(length = 7.5)
  |> xLine(length = 4.79)
  |> yLine(length = -7.5)
  |> line(endAbsolute = [profileStartX(%), profileStartY(%)])
  |> close()

loft002 = loft([profile001, profile002])

surface001 = deleteFace(loft002, faces = seg02)
surface002 = deleteFace(loft002, faces = seg03)

Metadata

Metadata

Assignees

Type

No fields configured for Bug.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions