Dimensions and Labeling Parameters

how is it possible to label new added parameters to created Revit dimensions using grasshoppers rhino.inside so that when creating a family using rhino.inside you can release it from the script and still be able to adjust the parameters without the use of rhino.inside ?

Programmatically adding driving parameters (labels) in Families is complex (each dimension has very particular requirements and configuration). We don’t have Family components that support that workflow.

Creating those manually then modifying the Family Parameters in a Project via Rhino.Inside.Revit works well.

hello Japhy, thank you for responding, so that I can deliver the whole picture, I’m trying to create a family object using rhino inside (lets say a normal column) and add parameters to it so that I can control it as a normal family does, but the issue is that whenever I create parameters from rhino inside I have to label them to created dimensions (using rhino inside) from within revit, this process is exhausting as for each parameter I have to manually label it to a dimension, is there a way to label it using rhino inside even with the use of a method from the Revit API with a C# script? would be much helpful if there is.

For quick responses to API questions we recommend Revit API specific forums.