Element.SetParameterValueByNameCaSeiNSeNSiTiVe

Element.SetParameterValueByNameCaSeiNSeNSiTiVe

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

Description:

This node will set a parameter value by search string, regardless of case of the search string.  Note: If the parameter name appears multiple times it will retrieve the first one that it finds.

Inputs:

element : Element

parameterName : string

value : Var

Outputs:

value : Var

Element.GetParameterValueByNameCaSeiNSeNSiTiVe

Element.GetParameterValueByNameCaSeiNSeNSiTiVe

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

Description:

This node will get a parameter value by search string, regardless of case of the search string.  Note: If the parameter name appears multiple times it will retrieve the first one that it finds.

Inputs:

element : Element

parameterName : string

Outputs:

value : Var

Element.CreateParts

Element.CreateParts

Dynamo Hierarchy: Rhythm>RevitElements>Element>Element.CreateParts

Description:

This node will convert the given elements to parts.

Inputs:

element : Element

Outputs:

Parts : Element

ElevationMarker.CreateElevationByMarkerIndex

ElevationMarker.CreateElevationByMarkerIndex

Dynamo Hierarchy: Rhythm>Revit>Elements>ElevationMarker>ElevationMarker.CreateElevationMarker

Description:

This node will add evelations on each side of the marker choseb. Typically 0-3. (Note: Change the lacing to longest for multiple elevations)

Inputs:

elevationMarker : Element

planView : ViewPlan

index : int[]

Outputs:

Result : SectionView