Public Member Functions | |
| __init__ (self, winding, int index, float radius) | |
| float | phi (self, float tape_or_edge_angle, float s) |
Public Attributes | |
| winding = winding | |
| index = index | |
| radius = radius | |
| int | sigma = 0 else -1 |
| tape_angle = winding.tapeWidth / radius | |
| float | gap_angle = 2.0 * math.pi / winding.numTapesPerLayer - self.tape_angle |
| list | tapes |
| corc.winding.Layer.__init__ | ( | self, | |
| winding, | |||
| int | index, | ||
| float | radius ) |
| float corc.winding.Layer.phi | ( | self, | |
| float | tape_or_edge_angle, | ||
| float | s ) |
Body angle of a cross-section feature at arc length s.
| float corc.winding.Layer.gap_angle = 2.0 * math.pi / winding.numTapesPerLayer - self.tape_angle |
| corc.winding.Layer.index = index |
| corc.winding.Layer.radius = radius |
| int corc.winding.Layer.sigma = 0 else -1 |
| corc.winding.Layer.tape_angle = winding.tapeWidth / radius |
| list corc.winding.Layer.tapes |
| corc.winding.Layer.winding = winding |