First time here? Check out the Help page!
1 | initial version |
ConstructionWithInternalSource
is a different object class than Construction
. Both are child classes of LayeredConstruction
, which is a child class of ConstructionBase
. You can just call model.getConstructionWithInternalSources
directly to get internal source constructions.