DropOffSettings#

class ansys.acp.core.DropOffSettings(*, drop_off_type='inside_ply', disable_dropoffs_on_bottom=False, dropoff_disabled_on_bottom_sets=(), disable_dropoffs_on_top=False, dropoff_disabled_on_top_sets=(), connect_butt_joined_plies=True, _parent_object=None, _pb_object=None, _attribute_path=None)#

Defines the drop-off settings for a solid model.

Parameters:
  • drop_off_type (DropOffType) – Determines whether the ply’s drop-off is inside or outside the boundary of the ply.

  • disable_dropoffs_on_bottom (bool) – Whether to remove drop-offs on the bottom surface of the laminate.

  • dropoff_disabled_on_bottom_sets (Iterable[ElementSet | OrientedSelectionSet]) – Element sets or oriented selection sets on which drop-offs at the bottom surface are disabled.

  • disable_dropoffs_on_top (bool) – Whether to remove drop-offs on the top surface of the laminate.

  • dropoff_disabled_on_top_sets (Iterable[ElementSet | OrientedSelectionSet]) – Element sets or oriented selection sets on which drop-offs at the top surface are disabled.

  • connect_butt_joined_plies (bool) – Prevent an element drop-off of two adjacent, sequential plies in the same modeling group.

Added in ACP server version 25.1.

Methods

Attributes