I’m looking for some solution in how to show a values sizes (Heigth and length) in my DC.
I have read some simillar solutions, but nothing like I want. Apparently, using RubyApi to develop this.
I want to show this values, but not putting manually every time. The best solution, should DimentionTool be a Dynamic Compponent, possible to get the values in parent!, for example. This is what I want and looks easy.
The problem is: the actal DimensionTool can’t be inside a DC (they dont hide in Layers or when copy is reduced/deleted).
When I create copies, this need to be able to show the spaces values, even if changed (when my show attribute =1 and hide when =0)
This could be solved creating a LINE, with TEXT DIALOGBOX (in widh/2) reflecting the HEIGTH or WIDTH Values, to emulate de DimensionTool. But how?
if anyone have a solution, topic, or video to show how made this, I’ll be gratefull
I used two DC aready existing to make a guide to DimensionTool. Basically two little squares, Original and Copy. The DImensionTool is between them. This works
The original DC stay in 0(zero) position in Z, and Copy get the values of Space between shelves. (in pics examples is not in correct place, cause Im fixing position in copies yet)
but
when I save it, The DimensionTool in Copies disappear after “Fix problem in model” message error (screenshots).
Some of you know what is this conflict and how fix this problem?
so, the DimensionTool is not able to create a DC alone (with righ click> create DC), but adding a simple line and combining Line and DimensionTool, it works.
After this, I deleted the line and stay in scene and in programming just the DimensionTool
Is that what you did, rigth?
I never had used the function “choose”, I was using If(copy=1,X, If(copy=2,Y, etc… ))