Created
October 5, 2017 13:31
-
-
Save radzionc/4e214dd5d2aea2776ea212175953726a to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| // openings reinforcement | |
| List<Rebar> GetPLikeRebars(List<Line3D> holeContour, double thickness, double cover, double step) | |
| List<Rebar> GetILikeRebars(List<Line3D> holeContour, double thickness, double cover, double step, double lanc) | |
| // rebars cropping | |
| List<List<Line3D>> LinesCroppingMappingForHoles(List<List<Line3D>> rebars, List<Point3D> contour, List<List<Point3D>> holeContours, double thickness, bool croppByContour = false) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment