Parameterising a dimension

Parameterising a dimension

lucad.aVM3TV
Observer Observer
284 Views
2 Replies
Message 1 of 3

Parameterising a dimension

lucad.aVM3TV
Observer
Observer

How do I parameterise a dimension, a length, setting a minimum and a maximum? I have pipe sections that must be between 100 and 3000 millimetres.

1.png

I am creating an adaptive family but I don know how create this parameter. thanks

0 Likes
Accepted solutions (1)
285 Views
2 Replies
Replies (2)
Message 2 of 3

rxi.gg
Advisor
Advisor
Accepted solution

Two parameters.
x

x1: if(x<100,100,if(x>3000,3000,x))

Roi G. | AUTODESK REVIT & DYNAMO EXPERT

Da un "Me gusta" si la respuesta te ha resultado útil y acéptala como solución si ha resuelto tu duda.
Give a "Like" if the answer has been useful to you and accept it as a solution if it has solved your doubt.

Message 3 of 3

rxi.gg
Advisor
Advisor

You must to link x1 to the geometry and use the X parameter to write your distances manually

Roi G. | AUTODESK REVIT & DYNAMO EXPERT

Da un "Me gusta" si la respuesta te ha resultado útil y acéptala como solución si ha resuelto tu duda.
Give a "Like" if the answer has been useful to you and accept it as a solution if it has solved your doubt.