Entity#

class ansys.motorcad.core.geometry.Entity(start, end)#

Generic parent class for geometric entities based upon a start and end coordinate.

Parameters:
startCoordinate

Start coordinate.

endCoordinate

End coordinate.

Methods

Entity.mirror(mirror_line)

Mirror entity about a line.

Entity.reverse()

Reverse Entity class.