Element.SetPinnedStatus

Element.SetPinnedStatus

Dynamo Hierarchy: Rhythm>Revit>Elements>Element>Element.SetPinnedStatus

Description:

Will set the element to either pinned or not pinned. True is pinned, false is unpinned. For multiple elements use List.Map

Inputs:

element : Element

Bool : boolean

Outputs:

element : Element

Element.ParentFamily

Element.ParentFamily

Dynamo Hierarchy: Rhythm>Revit>Elements>Element>Element.ParentFamily

Description:

This node retrieces the parent family name for each input element.

Inputs:

element : Element

Outputs:

str : string

Element.OverrideProjectionLineColor

Element.OverrideProjectionLineColor

Dynamo Hierarchy: Rhythm>Revit>Elements>Element>Element.OverrideProjectionLineColor

Description:

This node overrides the projection line color with the input color value. Useful for annotation.

Inputs:

element : Element

color : Color

Outputs:

element: Element

Element.CopyFromViewToView

Element.CopyFromViewToView

Dynamo Hierarchy: Rhythm>Revit>Elements>Element>Element.CopyFromViewToView

Description:

This will copy elements from view to view.

Inputs:

elements : Element

sourceView : Element

destinationView : Element

Outputs:

elements : Element[]

Dimension.Origin

Dimension.Origin

Dynamo Hierarchy: Rhythm>Revit>Elements>Dimension>Dimension.Origin

Description:

This will return the dimension origin as a point. Only works for single segment dimensions.

Inputs:

dimension : Element

Outputs:

origin : Point