Skip to content

Commit 034bd82

Browse files
authored
Humans_Engine: Update View Quality DocumentationURL (#3216)
2 parents 5e939a9 + b6707ef commit 034bd82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Humans_Engine/Query/CvalueAnalysis.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public static partial class Query
4444
[Input("playingArea", "Polyline to be used for defining edge of performance or playing area.")]
4545
[Input("focalPoint", "Point defining a single focal point used by all spectators. Used only when CvalueFocalMethodEnum is SinglePoint.")]
4646
[Output("results", "Collection of Cvalue results.")]
47-
[DocumentationURL("https://bhom.xyz/documentation/Conventions/BHoM-View-quality-conventions/", oM.Base.Attributes.Enums.DocumentationType.Documentation)]
47+
[DocumentationURL("https://bhom.xyz/documentation/BHoM_Engine/Humans_Engine/ViewQuality/", oM.Base.Attributes.Enums.DocumentationType.Documentation)]
4848
public static List<Cvalue> CvalueAnalysis(this Audience audience, CvalueSettings settings, Polyline playingArea, Point focalPoint = null)
4949
{
5050
if (audience == null || settings == null || playingArea == null)
@@ -65,7 +65,7 @@ public static List<Cvalue> CvalueAnalysis(this Audience audience, CvalueSettings
6565
[Input("playingArea", "Polyline to be used for defining edge of performance or playing area.")]
6666
[Input("focalPoint", "Point defining a single focal point used by all spectators. Used only when CvalueFocalMethodEnum is SinglePoint.")]
6767
[Output("results", "Collection of Cvalue results.")]
68-
[DocumentationURL("https://bhom.xyz/documentation/Conventions/BHoM-View-quality-conventions/", oM.Base.Attributes.Enums.DocumentationType.Documentation)]
68+
[DocumentationURL("https://bhom.xyz/documentation/BHoM_Engine/Humans_Engine/ViewQuality/", oM.Base.Attributes.Enums.DocumentationType.Documentation)]
6969
public static List<List<Cvalue>> CvalueAnalysis(this List<Audience> audience, CvalueSettings settings, Polyline playingArea, Point focalPoint = null)
7070
{
7171
if (audience == null || settings == null || playingArea == null)

0 commit comments

Comments
 (0)