You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Description("Generate a collection of Ceiling Tile objects that can sit within the given ceiling. Uses the BH.Engine.Geometry.Compute.Split(Polyline, List<Line>) method for its core.")]
43
37
[Input("ceiling","Ceiling object which provides the outer perimeter of the ceiling tiles")]
44
38
[Input("ceilingTileLines","The lines across the ceiling which will be used to cut the ceiling into individual tiles.")]
45
39
[Input("angleTolerance","Tolerance used for angle calculations. Default set to BH.oM.Geometry.Tolerance.Angle.")]
46
40
[Input("distanceTolerance","Tolerance used for distance calculations. Default set to BH.oM.Geometry.Tolerance.Distance")]
47
-
[Input("decimalPlaces","All coordinates of the geometry will be rounded to the number of decimal places specified. Default 6.")]
48
41
[Output("ceilingTiles","Closed Ceiling Tile regions contained within the Ceiling.")]
0 commit comments