stripmesh (line1, point1, line2, point2) → List of list of coordinates [[[X coor,Y coor,Z coor],[]],[]] Given two lines defined by their start and end points, as well as station points on these lines, this function meshes the area between these two lines. It returns a list of points representing the four corners of each mesh. |
Example:
| ||
As demonstrated above, line1 is meshed at the stations that are given in pts1 and line2 is meshed at the stations that are given in pts2 then the area between two lines area meshed using these points. | ||
To view this example in the library, see (https://openbrim.org/app/?incubator=1&author=ParamML_Examples_OpenBrIM+Platform&obj=objida6oe0bxl6aqvo7oyvh16bg ) |