triangular_notch#
- ansys.motorcad.core.geometry_shapes.triangular_notch(radius, sweep, centre_angle, depth, region_type=RegionType.adaptive, motorcad_instance=None)#
Create a triangular notch for a rotor or stator at given angular position with given size.
- Parameters:
- radius
float Radius value, radius of the Rotor or Stator for which the notch is being defined.
- sweep
float Sweep value, the angular distance (in degrees) that the notch spans.
- centre_angle
float Angle value, angular coordinate of the notch centre.
- depth
float Depth value, depth of the notch.
- region_type: RegionType or str
Type of region. String must be a valid RegionType.
- motorcad_instance: ansys.motorcad.core.MotorCAD
Motor-CAD instance currently connected.
- radius
- Returns:
- this_triangular_notch
ansys.motorcad.core.geometry.Region Region object with two Line and one Arc entity types.
- this_triangular_notch