| 130 | } |
| 131 | |
| 132 | std::string ShadingControl_Impl::shadingType() const { |
| 133 | boost::optional<std::string> result = getString(OS_ShadingControlFields::ShadingType, true); |
| 134 | OS_ASSERT(result); |
| 135 | return result.get(); |
| 136 | } |
| 137 | |
| 138 | boost::optional<Construction> ShadingControl_Impl::construction() const { |
| 139 | return getObject<ShadingControl>().getModelObjectTarget<Construction>(OS_ShadingControlFields::ConstructionwithShadingName); |