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
Copy file name to clipboardExpand all lines: docs/oM/Adapter/Adapters/GSA/Elements/Spacer.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@ The following properties are defined as extension methods in one of the BHoM_Eng
57
57
| Bounds |[BoundingBox](/api/oM/Dimensional/Geometry/Misc/BoundingBox)| Queries the IElement1Ds BoundingBox. Acts on the ICurve definition of the IElement1D through the Geometry_Engine. | - | Spatial_Engine |
58
58
| Centroid |[Point](/api/oM/Dimensional/Geometry/Vector/Point)| Queries the centre of weight for a IElement1Ds ICurve representation. | - | Spatial_Engine |
59
59
| ControlPoints |[List](https://learn.microsoft.com/en-us/dotnet/api/System.Collections.Generic.List-1?view=netstandard-2.0)<[Point](/api/oM/Dimensional/Geometry/Vector/Point)>| Queries the control points of the one dimensional representation of the IElement1D. | - | Spatial_Engine |
60
-
| DominantVector |[Vector](/api/oM/Dimensional/Geometry/Vector/Vector)| Gets the the dominant vector (orientation) of an Element1D based on its lines lengths. | - | Spatial_Engine |
60
+
| DominantVector |[Vector](/api/oM/Dimensional/Geometry/Vector/Vector)| Gets the dominant vector (orientation) of an Element1D based on its line lengths. | - | Spatial_Engine |
61
61
| ElementCurves |[List](https://learn.microsoft.com/en-us/dotnet/api/System.Collections.Generic.List-1?view=netstandard-2.0)<[ICurve](/api/oM/Dimensional/Geometry/Curve/ICurve)>| Queries the defining curves of an IElement1D. | - | Spatial_Engine |
62
62
| Elements0D |[List](https://learn.microsoft.com/en-us/dotnet/api/System.Collections.Generic.List-1?view=netstandard-2.0)<[IElement0D](/api/oM/Dimensional/Dimensional/IElement0D)>| Gets the Element0Ds of an ILink, which for the case of a ILink means getting the StartNode and EndNode. Method necessary for IElement pattern. | - | Analytical_Engine |
63
63
| ElementVertices |[List](https://learn.microsoft.com/en-us/dotnet/api/System.Collections.Generic.List-1?view=netstandard-2.0)<[Point](/api/oM/Dimensional/Geometry/Vector/Point)>| Returns the discontinuity points from the defining ICurve of the IElement1D. | - | Spatial_Engine |
@@ -66,7 +66,7 @@ The following properties are defined as extension methods in one of the BHoM_Eng
66
66
| IBounds |[BoundingBox](/api/oM/Dimensional/Geometry/Misc/BoundingBox)| Queries the IElements BoundingBox. Acts on the elements geometrical definition of the IElement through the Geometry_Engine. | - | Spatial_Engine |
67
67
| ICentroid |[Point](/api/oM/Dimensional/Geometry/Vector/Point)| Queries the centre of weight for the homogeneous geometrical representation of an IElement. | - | Spatial_Engine |
68
68
| IControlPoints |[List](https://learn.microsoft.com/en-us/dotnet/api/System.Collections.Generic.List-1?view=netstandard-2.0)<[Point](/api/oM/Dimensional/Geometry/Vector/Point)>| Queries the control points of the geometrical representation of an IElement. | - | Spatial_Engine |
69
-
| IElementCurves |[List](https://learn.microsoft.com/en-us/dotnet/api/System.Collections.Generic.List-1?view=netstandard-2.0)<[ICurve](/api/oM/Dimensional/Geometry/Curve/ICurve)>| Queries the geometricly defining curves of the IElements geometry. | - | Spatial_Engine |
69
+
| IElementCurves |[List](https://learn.microsoft.com/en-us/dotnet/api/System.Collections.Generic.List-1?view=netstandard-2.0)<[ICurve](/api/oM/Dimensional/Geometry/Curve/ICurve)>| Queries the geometrically defining curves of the IElements geometry. | - | Spatial_Engine |
70
70
| IElements0D |[List](https://learn.microsoft.com/en-us/dotnet/api/System.Collections.Generic.List-1?view=netstandard-2.0)<[IElement0D](/api/oM/Dimensional/Dimensional/IElement0D)>| Queries the IElement0Ds from a IElement1D. Returns null if no IElement0Ds are defined for the type of IElement1D. | - | Spatial_Engine |
71
71
| IElementVertices |[List](https://learn.microsoft.com/en-us/dotnet/api/System.Collections.Generic.List-1?view=netstandard-2.0)<[Point](/api/oM/Dimensional/Geometry/Vector/Point)>| Returns the discontinuity points from the defining ICurves of the IElement. | - | Spatial_Engine |
72
72
| IGeometry |[ICurve](/api/oM/Dimensional/Geometry/Curve/ICurve)| Queries the defining geometrical object which all spatial operations will act on. | - | Spatial_Engine |
| Targets |[List](https://learn.microsoft.com/en-us/dotnet/api/System.Collections.Generic.List-1?view=netstandard-2.0)<[object](https://learn.microsoft.com/en-us/dotnet/api/System.Object?view=netstandard-2.0)>| Elements to be isolated, specified as either IBHoMObjects or integers representing ElementIds. | - |
| Targets |[List](https://learn.microsoft.com/en-us/dotnet/api/System.Collections.Generic.List-1?view=netstandard-2.0)<[object](https://learn.microsoft.com/en-us/dotnet/api/System.Object?view=netstandard-2.0)>| Elements to be selected, specified as either IBHoMObjects or integers representing ElementIds. | - |
30
+
| ShowObjects |[bool](https://learn.microsoft.com/en-us/dotnet/api/System.Boolean?view=netstandard-2.0)| Set True to focus view on selected objects in the External Application UI as a part of this action. | - |
| SuppressFailureMessages |[bool](https://learn.microsoft.com/en-us/dotnet/api/System.Boolean?view=netstandard-2.0)| If true, Revit warnings and failure message popups will be suppressed (not shown to the user). Whilst this option may speed the execution process up in case of multiple warnings, it may lead to important issues. | - |
30
+
31
+
32
+
### Inherited properties
33
+
The following properties are inherited from the base class of the object
| WrapNonBHoMObjects |[bool](https://learn.microsoft.com/en-us/dotnet/api/System.Boolean?view=netstandard-2.0)| If true, the Push action wraps any non-BHoM type into a BH.oM.Adapter.ObjectWrapper, allowing them to make use of the full Adapter workflow. | - |
38
+
| AllowHashForComparing |[bool](https://learn.microsoft.com/en-us/dotnet/api/System.Boolean?view=netstandard-2.0)| If true and if no specific EqualityComparer is found for the type, Diffing hashes are computed and used to compare the objects. | - |
39
+
| DiffingConfig |[DiffingConfig](/api/oM/Framework/Diffing/DiffingConfig)| Configurations for the Diffing hashing. Requires `AllowHashForComparing` to be set to true. | - |
Copy file name to clipboardExpand all lines: docs/oM/Adapter/Adapters/Revit/Parameters/ParameterDefinition.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,7 @@ The following properties are defined on the class
33
33
| Instance |[bool](https://learn.microsoft.com/en-us/dotnet/api/System.Boolean?view=netstandard-2.0)| If true, the Revit parameter represented by this object is an instance parameter, otherwise it is a type parameter. | - |
34
34
| Categories |[List](https://learn.microsoft.com/en-us/dotnet/api/System.Collections.Generic.List-1?view=netstandard-2.0)<[string](https://learn.microsoft.com/en-us/dotnet/api/System.String?view=netstandard-2.0)>| Categories, to which the Revit parameter represented by this object is bound. On Push, it will get bound to all categories if this value is null. | - |
35
35
| Shared |[bool](https://learn.microsoft.com/en-us/dotnet/api/System.Boolean?view=netstandard-2.0)| If true, the Revit parameter represented by this object is a shared parameter, otherwise it is a project parameter. | - |
36
+
| Guid |[string](https://learn.microsoft.com/en-us/dotnet/api/System.String?view=netstandard-2.0)| Unique identifier of the Revit parameter for a shared parameter. Only relevant on pull, can't be set on Push. | - |
0 commit comments