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...