add_taper_edge#

ModelingPly.add_taper_edge(edge_set, *, angle, offset)#

Add a TaperEdge to the ModelingPly.

Parameters:
  • edge_set (EdgeSet) – Defines the edge along which the ply tapering is applied.

  • angle (float) – Defines the angle between the cutting plane and the reference surface.

  • offset (float) – Moves the cutting plane along the out-of-plane direction. A negative value cuts the elements at the edge where the in-plane offset is -offset/tan(angle).

Return type:

TaperEdge

Added in ACP server version 24.2.