Finalizing Python interface bindings for assembly
This commit is contained in:
12
src/Mod/Assembly/App/BomObject.pyi
Normal file
12
src/Mod/Assembly/App/BomObject.pyi
Normal file
@@ -0,0 +1,12 @@
|
||||
from Base.Metadata import export
|
||||
from Spreadsheet.Sheet import Sheet
|
||||
|
||||
@export(
|
||||
Include="Mod/Assembly/App/BomObject.h",
|
||||
FatherInclude="Mod/Spreadsheet/App/SheetPy.h",
|
||||
Namespace="Assembly",
|
||||
)
|
||||
class BomObject(Sheet):
|
||||
"""
|
||||
This class is the BOM object of assemblies, it derives from Spreadsheet::Sheet.
|
||||
"""
|
||||
Reference in New Issue
Block a user