Hello everyone !
Alike the creation of label for thickness label I would like to do the same for Reinforcement data.
I have a problem about “Minimum Reinforcement” label :
label_slab = IRobotLabel(labels.Create(IRobotLabelType.I_LT_PANEL_REINFORCEMENT, “REINF_massif2”))
rnfData=IRConcrReinforceData(label_slab.Data)
rnfData.Cover_Bot=XXXX
rnfData.Cover_Up=YYYY
rnfData.SetMainDirection(IRConcrReinforceDirection.I_CRD_ALONG_X,1,1,1)
rnfData.MinimumReinf=IRConcrMinimumReinforcementType.I_CMRT_NONE
All is good (no error given) but the last line is not taken into account..
Do you have any ideas to fix this problem ?
Thank you in advance,