Core: Generation of python bindings for Techdraw (#22565)
* first working interfaces.. * adding the rest. * updated all pyi files. * running black for formatting. * removing unused imports * removing empty comments * fixing typing declarations. * removing inline comments. * fixing pyObjectBase in CosmeticEdgePy * removing erroneous tags. * running black. * fixing CenterLinePy * fixing import issues. * Fixing tuple. * Enabling CosmeticEdge compilation. * fixing comments, removing unused imports. * fixing ordering
This commit is contained in:
18
src/Mod/TechDraw/App/DrawTemplatePy.pyi
Normal file
18
src/Mod/TechDraw/App/DrawTemplatePy.pyi
Normal file
@@ -0,0 +1,18 @@
|
||||
from Base.Metadata import export
|
||||
|
||||
from App.DocumentObject import DocumentObject
|
||||
|
||||
@export(
|
||||
Father="DocumentObjectPy",
|
||||
Name="DrawTemplatePy",
|
||||
Twin="DrawTemplate",
|
||||
TwinPointer="DrawTemplate",
|
||||
Include="Mod/TechDraw/App/DrawTemplate.h",
|
||||
Namespace="TechDraw",
|
||||
FatherInclude="App/DocumentObjectPy.h",
|
||||
FatherNamespace="App",
|
||||
)
|
||||
class DrawTemplatePy(DocumentObject):
|
||||
"""
|
||||
Feature for creating and manipulating Technical Drawing Templates
|
||||
"""
|
||||
Reference in New Issue
Block a user