@@ -44,7 +44,7 @@ public static partial class Query
44
44
[ Input ( "playingArea" , "Polyline to be used for defining edge of performance or playing area." ) ]
45
45
[ Input ( "focalPoint" , "Point defining a single focal point used by all spectators. Used only when CvalueFocalMethodEnum is SinglePoint." ) ]
46
46
[ 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 ) ]
48
48
public static List < Cvalue > CvalueAnalysis ( this Audience audience , CvalueSettings settings , Polyline playingArea , Point focalPoint = null )
49
49
{
50
50
if ( audience == null || settings == null || playingArea == null )
@@ -65,7 +65,7 @@ public static List<Cvalue> CvalueAnalysis(this Audience audience, CvalueSettings
65
65
[ Input ( "playingArea" , "Polyline to be used for defining edge of performance or playing area." ) ]
66
66
[ Input ( "focalPoint" , "Point defining a single focal point used by all spectators. Used only when CvalueFocalMethodEnum is SinglePoint." ) ]
67
67
[ 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 ) ]
69
69
public static List < List < Cvalue > > CvalueAnalysis ( this List < Audience > audience , CvalueSettings settings , Polyline playingArea , Point focalPoint = null )
70
70
{
71
71
if ( audience == null || settings == null || playingArea == null )
0 commit comments