| 352 | |
| 353 | |
| 354 | CrdTransf * |
| 355 | G3_getCrdTransf(G3_Runtime *rt, G3_Tag tag) |
| 356 | { |
| 357 | BasicModelBuilder* builder = G3_getSafeBuilder(rt); |
| 358 | if (!builder) { |
| 359 | return nullptr; |
| 360 | } |
| 361 | return builder->getTypedObject<CrdTransf>(tag); |
| 362 | } |
| 363 | |
| 364 | SectionForceDeformation* |
| 365 | G3_getSectionForceDeformation(G3_Runtime* rt, int tag) |
nothing calls this directly
no test coverage detected