Revit.LineStyle.AllAttributesGets all the Revit LineStyles in the active document and returns Name, Weight, Colour, and GraphicsStyle. Visit bimorph.com/bimorph-nodes for support
archive
Category: bimorphNodes- August 4th, 2018
- - 0 comment
- - Eric Boehlke
Revit.Element.IsCategorySupportedReturns true if the element Category is supported by the Element.Intersects nodes, false otherwise. Visit bimorph.com/bimorph-nodes for support
- August 4th, 2018
- - 0 comment
- - Eric Boehlke
Revit.Element.IsElementSupportedReturns true if the element is supported by the Element.Intersects nodes, false otherwise. Visit bimorph.com/bimorph-nodes for support
- August 4th, 2018
- - 0 comment
- - Eric Boehlke
Revit.Element.IntersectsSolidFinds intersections between Solids and Revit elements. Elements that intersect a Solid are ouput into sublists. The node is optimsed to output rapid results up to 99.5% faster than any other intersection technique. The exceptions […]
- August 4th, 2018
- - 0 comment
- - Eric Boehlke
Revit.Element.IntersectsElementFinds intersections (clashes) between two sets of elements. Elements in set B that intersect set A are ouput into sublists (the clash result). Self-intersection is automatically prevented if an element is found in both lists. […]
- August 4th, 2018
- - 0 comment
- - Eric Boehlke
Revit.BoundingBox.GetElementsIntersectFilter and return Revit elements intersecting or inside a bounding box. Element Outlines (BoundingBox) are used to determine the result. Utilises the ElementQuickFilter class which operates only on the ElementRecord, a low-memory class, for rapid […]
Revit.ElementTests for intersections between two sets of Revit elements. The node prevents self intersections if the element is in both inputs to preclude false flags. Visit bimorph.com/bimorph-nodes for support
- August 4th, 2018
- - 0 comment
- - Eric Boehlke
Revit.BoundingBox.GetElementsInsideFilter and return Revit elements inside a bounding box. Element Outlines (BoundingBox) are used to determine the result. Utilises the ElementQuickFilter class which operates only on the ElementRecord, a low-memory class, for rapid results. Visit […]
Revit.BoundingBoxContainment testing nodes using Bounding Boxes. This class returns elements using Revit QuickFitlers
- August 4th, 2018
- - 0 comment
- - Eric Boehlke
Revit.LinkElement.ToStringOverriding ToString controls what is displayed whenever the object’s string representation is used. For example, ToString is called when the object is displayed in a Watch node.
Categories
- bimorphNodes (60)
- Clockwork (403)
- Core (832)
- Dynamo (1,929)
- LunchBox (162)
- Mesh (8)
- Plissken (61)
- spring nodes (138)
- SteamNodes (60)
- truevis (1)
Recent Comments