Skip to content

Instantly share code, notes, and snippets.

@radzionc
Created October 5, 2017 13:31
Show Gist options
  • Select an option

  • Save radzionc/4e214dd5d2aea2776ea212175953726a to your computer and use it in GitHub Desktop.

Select an option

Save radzionc/4e214dd5d2aea2776ea212175953726a to your computer and use it in GitHub Desktop.
// 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