Hi,
I'm not sure that is quite correct. I don't think it's possible to take parameters from
the model to the drawing either, but I think that is because the Drawing takes its
values off the Model, not the Sketches.
If you take a Sketch of a square and extrude it into a cube then the values in the
Drawing will be whatever the dimensions are in the sketch, parameters or actual
values of the parameters. In most cases this is what people want. However not all
models are as straight forward as that. Some models are a complex arrangement
of parameters in sketches and various combinations.
Take your cube. Now use the tools to put fillets on each edge. The Drawings will
give you the radii of the edges and corners and the dimensions between faces.
Your parameters can drive your cube to be any size but the drawing measurements
will be the actual values of the model.
Now I do see a benefit to making Generic Drawings where I can insert a Parameter
Name instead of a value. The data is available as you said because some of it is
extracted and used in the Drawing Title Block. I cannot see any particular issues
from a programming point of view. All a programmer needs to do is convert a value
into a $tring and print the $tring instead of the value. There would need to be some
token that tells fusion to do that - maybe double click the value and select the value
or parameter name.
The Devs do read these forums so maybe they will put it into the roadmap if enough
people are interested. Tell your friends! 😎 Upvote it.
Cheers
Andrew