Geometry | _geometry | Geometry for which visibility analysis will be conducted. Geometry must be either a Brep, a Mesh, or a list of Breps or Meshes. | Goo |
Context | context_ | Context geometry that could block the view from the _viewTypeOrPoints to the test _geometry. Conext geometry must be either a Brep, a Mesh, or a list of Breps or Meshes. | Goo |
Grid Size | _gridSize_ | A number in Rhino model units that represents the average size of a grid cell for visibility analysis on the test _geometry. This value should be smaller than the smallest dimension of the test _geometry for meaningful results. Note that, the smaller the grid size, the higher the resolution of the analysis and the longer the calculation will take. | Goo |
Dis From Base | _disFromBase | A number in Rhino model units that represents the offset distance of the test point grid from the input test _geometry. Usually, the test point grid is offset by a small amount from the test _geometry in order to ensure that visibility analysis is done for the correct side of the test _geometry. If the resulting mesh of this component is offset to the wrong side of test _geometry, you should use the 'Flip' Rhino command on the test _geometry before inputting it to this component. | Goo |
Orientation Study P | orientationStudyP_ | Optional output from the 'Orientation Study Parameter' component. You can use an Orientation Study input here to answer questions like 'What orientation of my building will give me the highest or lowest visibility from the street?' An Orientation Study will automatically rotate your input _geometry around several times and record the visibility results each time in order to output a list of values for averageView and a grafted data stream for viewStudyResult. | Goo |
View Type Or Points | _viewTypeOrPoints | An integer representing the type of view analysis that you would like to conduct or a list of points to which you would like to test the view. For integer options, choose from the following options:
0 - Horizontal Radial - The percentage of the 360 horizontal view band visible from each test point. Use this to study horizontal views from interior spaces to the outdoors.
1 - Horizontal 60 Degree Cone of Vision - The percentage of the 360 horizontal view band bounded on top and bottom by a 30 degree offset from the horizontal (derived from the human cone of vision). Use this to study views from interior spaces to the outdoors. Note that this will discount the _geometry from the calculation and only look at _context that blocks the scene.
2 - Spherical - The percentage of the sphere surrounding each of the test points that is not blocked by context geometry. Note that this will discount the _geometry from the calculation and only look at _context that blocks the scene.
3 - Sky Exposure - The percentage of the sky that is visible from the points of the input _geometry (as opposed to Sky View, which is the amount of sky seen by a surface). This is equivalent to a solid angle or even-spaced ray-tracing calculation from the point. It is useful for evaluating one's general visual connection to the sky at a given set of points.
4 - Sky View - The percentage of the sky that is visible from the surface _geometry (as opposed to Sky Exposure, which is the amount of sky seen by the points). While Sky Exposure treats each patch of the sky with relatively equal weight, sky view weights these patches by their area projected into the plane of the surface being evaluated. In other words, sky view for a horizontal surface would give more importance to the sky patches that are overhead vs near the horizon. Sky view is an important factor in for modelling urban heat island since the inability of warm urban surfaces to radiate heat to a cool night sky is one of the largest contributors of the heat island effect. | Goo |
View Pts Weights | viewPtsWeights_ | A list of numbers that align with the test points to assign weights of importance to the several _viewTypeOrPoints that have been connected. Weighted values should be between 0 and 1 and should be closer to 1 if a certain point is more important. The default value for all points is 0, which means they all have an equal importance. This input could be useful in cases such as the radiative heater example where points on the human body with exposed skin could be weighted at a higher value. | Goo |
Geometry Blocks View | geometryBlocksView_ | Set to 'True' to have the component count the input _geometry as opaque and set to 'False' to discount the _geometry from the calculation and only look at context_ that blocks the view. The default is set to 'False' for all types of view studies except for (3 - Sky Exposure) and (4 - Sky View), where the default is set to 'True.' | Goo |
----- | ----- | ... | Goo |
| _____________________ | ... | Goo |
Legend Par | legendPar_ | Optional legend parameters from the Ladybug Legend Parameters component. | Goo |
Parallel | parallel_ | Set to 'True' to run the visibility analysis using multiple CPUs. This can dramatically decrease calculation time but can interfere with other intense computational processes that might be running on your machine. | Goo |
Run It | _runIt | Set to 'True' to run the component and perform visibility analysis of the input _geometry. | Goo |
Bake It | bakeIt_ | An integer that tells the component if/how to bake the bojects in the Rhino scene. The default is set to 0. Choose from the following options:
0 (or False) - No geometry will be baked into the Rhino scene (this is the default).
1 (or True) - The geometry will be baked into the Rhino scene as a colored hatch and Rhino text objects, which facilitates easy export to PDF or vector-editing programs.
2 - The geometry will be baked into the Rhino scene as colored meshes, which is useful for recording the results of paramteric runs as light Rhino geometry. | Goo |