Cleaning up xml file generation, and erroneous export annotations from interface bindings.
This commit is contained in:
@@ -6,7 +6,6 @@ from Base.Metadata import export
|
||||
@export(
|
||||
Include="Mod/CAM/App/Area.h",
|
||||
Namespace="Path",
|
||||
ReadOnly=["Sections", "Shapes"],
|
||||
Constructor=True,
|
||||
Delete=True,
|
||||
)
|
||||
|
||||
@@ -8,7 +8,6 @@ from Base.Persistence import Persistence
|
||||
Twin="Toolpath",
|
||||
TwinPointer="Toolpath",
|
||||
Namespace="Path",
|
||||
ReadOnly=["Length", "Size", "BoundBox"],
|
||||
Delete=True,
|
||||
Constructor=True,
|
||||
)
|
||||
|
||||
@@ -7,7 +7,6 @@ from Base.Metadata import export
|
||||
FatherInclude="Base/BaseClassPy.h",
|
||||
Include="Mod/CAM/PathSimulator/App/PathSim.h",
|
||||
Namespace="PathSimulator",
|
||||
ReadOnly=["Tool"],
|
||||
Constructor=True,
|
||||
Delete=True,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user