Public Member Functions | |
| __init__ (self, int numtapes, float tapewidth, float tapedistance) | |
Public Attributes | |
| numtapes = numtapes | |
| tapewidth = tapewidth | |
| tapedistance = tapedistance | |
| leftpoints = np.zeros((numtapes, 2)) | |
| rightpoints = np.zeros((numtapes, 2)) | |
`numtapes` tapes of width `tapewidth` stacked in the thickness direction with `tapedistance`.
| pancake.gmsh_geometry.CrossSection.__init__ | ( | self, | |
| int | numtapes, | ||
| float | tapewidth, | ||
| float | tapedistance ) |
| pancake.gmsh_geometry.CrossSection.leftpoints = np.zeros((numtapes, 2)) |
| pancake.gmsh_geometry.CrossSection.numtapes = numtapes |
| pancake.gmsh_geometry.CrossSection.rightpoints = np.zeros((numtapes, 2)) |
| pancake.gmsh_geometry.CrossSection.tapedistance = tapedistance |
| pancake.gmsh_geometry.CrossSection.tapewidth = tapewidth |