CutoffSelectionRule#

class ansys.acp.core.CutoffSelectionRule(*, name='CutoffSelectionrule', cutoff_rule_type=CutoffRuleType.GEOMETRY, cutoff_geometry=None, taper_edge_set=None, offset=0.0, angle=0.0, ply_cutoff_type=PlyCutoffType.PRODUCTION_PLY_CUTOFF, ply_tapering=False)#

Instantiate a Cutoff Selection Rule.

Parameters:
  • name (str, default: 'CutoffSelectionrule') – Name of the Cutoff Selection Rule.

  • cutoff_rule_type (CutoffRuleType, default: <CutoffRuleType.GEOMETRY: 'geometry'>) – Determines if the cut-off is defined by a geometry or by a tapering edge.

  • cutoff_geometry (VirtualGeometry | None, default: None) – Geometry used to define the cut-off. Only applies if cutoff_rule_type is GEOMETRY.

  • taper_edge_set (EdgeSet | None, default: None) – Edge used to define the cut-off. Only applies if cutoff_rule_type is CutoffRuleType.TAPER.

  • offset (float, default: 0.0) – Moves the cutting plane along the out-of-plane direction. Always measured from the reference surface.

  • angle (float, default: 0.0) – Defines the angle between the cutting plane and the reference surface.

  • ply_cutoff_type (PlyCutoffType, default: <PlyCutoffType.PRODUCTION_PLY_CUTOFF: 'production_ply_cutoff'>) – Either the complete production ply is cut-off (PlyCutoffType.PRODUCTION_PLY_CUTOFF) or individual analysis plies (PlyCutoffType.ANALYSIS_PLY_CUTOFF).

  • ply_tapering (bool, default: False) – Whether the tapering of analysis plies is enabled.

Methods

CutoffSelectionRule.clone(*[, unlink])

Create a new unstored object with the same properties.

CutoffSelectionRule.delete()

Delete the object.

CutoffSelectionRule.store(parent)

Store the object on the server.

Attributes

CutoffSelectionRule.angle

CutoffSelectionRule.cutoff_geometry

CutoffSelectionRule.cutoff_rule_type

CutoffSelectionRule.elemental_data

CutoffSelectionRule.id

Identifier of the object, used for example as key in maps.

CutoffSelectionRule.name

The name of the object.

CutoffSelectionRule.nodal_data

CutoffSelectionRule.offset

CutoffSelectionRule.ply_cutoff_type

CutoffSelectionRule.ply_tapering

CutoffSelectionRule.status

CutoffSelectionRule.taper_edge_set