MathiasC
Civil/Environmental
- Jan 9, 2017
- 4
Hi,
does anybody know, why the following part of my codes doensn't work?
%% Add Restrains to Point K1
U1=true;
U2=true;
U3=true;
R1=true;
R2=true;
R3=true;
Restraint=[U1,U2,U3,R1,R2,R3];
ret = SapModel.PointObj.setRestraint('K1',Restraint)
I get the following MatLab error:
??? No appropriate method, property, or field setRestraint for
class Interface.AF6944AC_37D3_42A0_8C32_A8DE5E501EF0.
Thanks for your help
Mathias
does anybody know, why the following part of my codes doensn't work?
%% Add Restrains to Point K1
U1=true;
U2=true;
U3=true;
R1=true;
R2=true;
R3=true;
Restraint=[U1,U2,U3,R1,R2,R3];
ret = SapModel.PointObj.setRestraint('K1',Restraint)
I get the following MatLab error:
??? No appropriate method, property, or field setRestraint for
class Interface.AF6944AC_37D3_42A0_8C32_A8DE5E501EF0.
Thanks for your help
Mathias