create_cut_off_selection_rule#
- Model.create_cut_off_selection_rule(*, name='CutOffSelectionrule', cut_off_rule_type='geometry', cut_off_geometry=None, taper_edge_set=None, offset=0.0, angle=0.0, ply_cut_off_type='production_ply_cutoff', ply_tapering=False)#
Instantiate a Cut-Off Selection Rule.
- Parameters:
name (str) – Name of the Cut-Off Selection Rule.
cut_off_rule_type (CutOffRuleType) – Determines if the cut-off is defined by a geometry or by a tapering edge.
cut_off_geometry (VirtualGeometry | None) – Geometry used to define the cut-off. Only applies if
cut_off_rule_type
is GEOMETRY.taper_edge_set (EdgeSet | None) – Edge used to define the cut-off. Only applies if
cut_off_rule_type
isCutOffRuleType.TAPER
.offset (float) – Moves the cutting plane along the out-of-plane direction. Always measured from the reference surface.
angle (float) – Defines the angle between the cutting plane and the reference surface.
ply_cut_off_type (PlyCutOffType) – Either the complete production ply is cut-off (
PlyCutOffType.PRODUCTION_PLY_CUTOFF
) or individual analysis plies (PlyCutOffType.ANALYSIS_PLY_CUTOFF
).ply_tapering (bool) – Whether the tapering of analysis plies is enabled.
- Return type:
Added in ACP server version 24.2.