Returns equivalent IdfObject, naming targets if necessary. All data is cloned. */
| 914 | |
| 915 | /** Returns equivalent IdfObject, naming targets if necessary. All data is cloned. */ |
| 916 | IdfObject WorkspaceObject_Impl::idfObject() { |
| 917 | return getObject<WorkspaceObject>().idfObject(); |
| 918 | } |
| 919 | |
| 920 | /** Returns equivalent IdfObject, leaving unnamed target objects unnamed. All data is cloned. */ |
| 921 | IdfObject WorkspaceObject_Impl::idfObject() const { |