Forum

Minimum Reinforcement

Home Forums Temas ou Discussões Minimum Reinforcement

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • ashley ka
    Guest
    Post count: 172

    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,

    Durgan Everett
    Guest
    Post count: 172

    IRConcrReinforceData interface has no property MinimumReinf

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.

Home Forums Temas ou Discussões Minimum Reinforcement