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:
radiusfloat

Radius value, radius of the Rotor or Stator for which the notch is being defined.

sweepfloat

Sweep value, the angular distance (in degrees) that the notch spans.

centre_anglefloat

Angle value, angular coordinate of the notch centre.

depthfloat

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.

Returns:
this_triangular_notchansys.motorcad.core.geometry.Region

Region object with two Line and one Arc entity types.