Source code for pyleecan.Methods.Geometry.Segment

[docs]class PointSegmentError(Exception): """ """ pass
[docs]class AngleRotationSegmentError(Exception): """ """ pass
[docs]class PointTranslateSegmentError(Exception): """ """ pass
[docs]class NbPointSegmentDError(Exception): """ """ pass