MCPcopy Create free account
hub / github.com/OpenSees/OpenSees / getSectionRepres

Method getSectionRepres

SRC/modelbuilder/tcl/TclModelBuilder.cpp:974–982  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

972
973
974SectionRepres *
975TclModelBuilder::getSectionRepres(int tag)
976{
977 return OPS_getSectionRepres(tag);
978 //TaggedObject *mc = theSectionRepresents->getComponentPtr(tag);
979 //if (mc == 0) return 0;
980 //SectionRepres *result = (SectionRepres *)mc;
981 //return result;
982}
983
984
985//

Callers 8

TclCommand_addPatchFunction · 0.80
TclCommand_addFiberFunction · 0.80
TclCommand_addHFiberFunction · 0.80
TclCommand_addReinfLayerFunction · 0.80
buildSectionFunction · 0.80
buildSectionIntFunction · 0.80
buildSectionThermalFunction · 0.80
buildSectionAsymFunction · 0.80

Calls 1

OPS_getSectionRepresFunction · 0.85

Tested by

no test coverage detected