mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-21 14:23:53 +00:00
Reconcile changes between master and branch
This commit is contained in:
@@ -25,18 +25,25 @@ classes = (
|
|||||||
operator.AppendLibraryElementByQuery,
|
operator.AppendLibraryElementByQuery,
|
||||||
operator.AssignLibraryDeclaration,
|
operator.AssignLibraryDeclaration,
|
||||||
operator.ChangeLibraryElement,
|
operator.ChangeLibraryElement,
|
||||||
|
operator.CreateClippingPlane,
|
||||||
operator.CreateProject,
|
operator.CreateProject,
|
||||||
|
operator.DisableCulling,
|
||||||
operator.DisableEditingHeader,
|
operator.DisableEditingHeader,
|
||||||
operator.EditHeader,
|
operator.EditHeader,
|
||||||
|
operator.EnableCulling,
|
||||||
operator.EnableEditingHeader,
|
operator.EnableEditingHeader,
|
||||||
operator.ExportIFC,
|
operator.ExportIFC,
|
||||||
operator.ImportIFC,
|
operator.ImportIFC,
|
||||||
operator.LinkIfc,
|
operator.LinkIfc,
|
||||||
operator.LoadLink,
|
operator.LoadLink,
|
||||||
|
operator.LoadLinkedProject,
|
||||||
operator.LoadProject,
|
operator.LoadProject,
|
||||||
operator.LoadProjectElements,
|
operator.LoadProjectElements,
|
||||||
operator.NewProject,
|
operator.NewProject,
|
||||||
|
operator.QueryLinkedElement,
|
||||||
|
operator.RefreshClippingPlanes,
|
||||||
operator.RefreshLibrary,
|
operator.RefreshLibrary,
|
||||||
|
operator.ReloadLink,
|
||||||
operator.RevertProject,
|
operator.RevertProject,
|
||||||
operator.RewindLibrary,
|
operator.RewindLibrary,
|
||||||
operator.SaveLibraryFile,
|
operator.SaveLibraryFile,
|
||||||
@@ -48,13 +55,6 @@ classes = (
|
|||||||
operator.UnlinkIfc,
|
operator.UnlinkIfc,
|
||||||
operator.UnloadLink,
|
operator.UnloadLink,
|
||||||
operator.UnloadProject,
|
operator.UnloadProject,
|
||||||
operator.ReloadLink,
|
|
||||||
operator.LoadLinkedProject,
|
|
||||||
operator.QueryLinkedElement,
|
|
||||||
operator.EnableCulling,
|
|
||||||
operator.DisableCulling,
|
|
||||||
operator.CreateClippingPlane,
|
|
||||||
operator.RefreshClippingPlanes,
|
|
||||||
workspace.QueryHotkey,
|
workspace.QueryHotkey,
|
||||||
prop.LibraryElement,
|
prop.LibraryElement,
|
||||||
prop.FilterCategory,
|
prop.FilterCategory,
|
||||||
|
|||||||
Reference in New Issue
Block a user