| 396 | } |
| 397 | |
| 398 | NDMaterial * |
| 399 | G3_GetNDMaterial(G3_Runtime* rt, int matTag) |
| 400 | { |
| 401 | BasicModelBuilder* builder = G3_getSafeBuilder(rt); |
| 402 | assert(builder != nullptr); |
| 403 | return builder->getTypedObject<NDMaterial>(matTag); |
| 404 | } |
| 405 | |
| 406 | int |
| 407 | OPS_GetNDF() |
nothing calls this directly
no test coverage detected