samcivil23
Structural
- May 9, 2013
- 4
Hi .
I am using this code to add steel sections.
%% Import new frame section property
ret = SapModel.PropFrame.ImportProp ('IPE180', steel, Sections8.pro, 'IPE180');
But this error was finished
Undefined function or variable 'steel'.
Error in new (line 189)
ret = SapModel.PropFrame.ImportProp ('IPE180', steel,
Sections8.pro, 'IPE180');
Where is the problem?
I am using this code to add steel sections.
%% Import new frame section property
ret = SapModel.PropFrame.ImportProp ('IPE180', steel, Sections8.pro, 'IPE180');
But this error was finished
Undefined function or variable 'steel'.
Error in new (line 189)
ret = SapModel.PropFrame.ImportProp ('IPE180', steel,
Sections8.pro, 'IPE180');
Where is the problem?