Skip to content

Commit

Permalink
Set03| Add Node Documentation for... (#3089)
Browse files Browse the repository at this point in the history
* Parameter.SpecType

* Parameter.GroupType

* Parameter.ParameterByName

* Parameter.Value

* Parameter.SetValue

* Parameter.StorageType

* Element.IsPinned

* Element.GetCategory

* Element.GetHostedElements

* Element.Faces

* Element.Solids

* Element.Curves

* Element.Curves notes

* Element.Faces Comments

* Element.Solids comments

* Update Revit.Elements.Parameter.GroupType.md

* Parameter.ParameterByName Comments

* Parameter.SetValue Comments

* Parameter.SpecType Comments

* Parameter.StorageType Comments

* Parameter.Value Comments

* Move from review to completed
  • Loading branch information
johnpierson authored Sep 3, 2024
1 parent 0b5d089 commit f740bdd
Show file tree
Hide file tree
Showing 36 changed files with 6,265 additions and 341 deletions.
408 changes: 408 additions & 0 deletions doc/distrib/NodeHelpFiles/Revit.Elements.Element.Curves.dyn

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions doc/distrib/NodeHelpFiles/Revit.Elements.Element.Curves.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## In Depth
`Element.Curves` returns the curve geometry for the given element. If no curve geometry is present an empty list is returned.

In the example below, a warning for overlapping walls and room separators is selected. The elements involved in this warning are then extracted for further analysis. With `Element.Solids` and `Element.Curves` it is demonstrated that the overlap occurs within the wall.

___
## Example File

![Element.Curves](./Revit.Elements.Element.Curves_img.jpg)
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit f740bdd

Please sign in to comment.