triangular_notch#

ansys.motorcad.core.geometry_shapes.triangular_notch(radius, sweep, centre_angle, depth)#

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.

Returns:
this_triangular_notchansys.motorcad.core.geometry.Region

Region type with two Line and one Arc entity types.