marziecivil
Structural
- Feb 24, 2015
- 4
Hi.
please Help me.
the non prismatic section is not getting assigned through my code.
why?
% I section
ret = SapModel.PropFrame.SetISection('SEC1', 'STEEL', 0.9, 0.25, 0.01, 0.008, 0.25, 0.01);
ret = SapModel.PropFrame.SetISection('SEC2', 'STEEL', 0.55, 0.25, 0.01, 0.008, 0.25, 0.01);
ret = SapModel.PropFrame.SetISection('SEC3', 'STEEL', 0.7, 0.25, 0.01, 0.008, 0.25, 0.01);
% define I section frame NonPrismatic property
StartSec={'SEC1'; 'SEC2'; 'SEC3'};
EndSec={'SEC1'; 'SEC2'; 'SEC3'};
MyLength=[0.5; 0.5; 0.5];
MyType=[2; 2; 2];
EI33=[3; 3; 3];
EI22=[3; 3; 3];
ret = SapModel.PropFrame.SetNonPrismatic('1',NumberItems ,StartSec, EndSec, MyLength, MyType, EI33, EI22,-1);
Thanks!!
please Help me.
the non prismatic section is not getting assigned through my code.
why?
% I section
ret = SapModel.PropFrame.SetISection('SEC1', 'STEEL', 0.9, 0.25, 0.01, 0.008, 0.25, 0.01);
ret = SapModel.PropFrame.SetISection('SEC2', 'STEEL', 0.55, 0.25, 0.01, 0.008, 0.25, 0.01);
ret = SapModel.PropFrame.SetISection('SEC3', 'STEEL', 0.7, 0.25, 0.01, 0.008, 0.25, 0.01);
% define I section frame NonPrismatic property
StartSec={'SEC1'; 'SEC2'; 'SEC3'};
EndSec={'SEC1'; 'SEC2'; 'SEC3'};
MyLength=[0.5; 0.5; 0.5];
MyType=[2; 2; 2];
EI33=[3; 3; 3];
EI22=[3; 3; 3];
ret = SapModel.PropFrame.SetNonPrismatic('1',NumberItems ,StartSec, EndSec, MyLength, MyType, EI33, EI22,-1);
Thanks!!