Created
November 17, 2016 07:52
-
-
Save metinsaylan/e3cb17e87810d0b56a1fb718ff80a4c9 to your computer and use it in GitHub Desktop.
PDStrip Geometry File Template
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nse sym tg | |
x(ise) nof(ise) ngap gap(1:ngap) | |
yof(ise,1:nof(ise)) | |
zof(ise,1:nof(ise)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
nse [int]: number of sections
sym [t/f]: is symmetrical?
tg [real]: reference draft
x(ise) [real]: x of section
nof(ise) [int]: number of points on section
ngap [int]: number of gaps
gap(1:ngap) [int()]: gap indexes of points
yof(ise,1:nof(ise)) [real()]: y coordinates of section
zof(ise,1:nof(ise)) [real()]: z coordinates of section