Finalizing Python interface bindings for TechDraw.
This commit is contained in:
18
src/Mod/TechDraw/App/DrawViewDimExtent.pyi
Normal file
18
src/Mod/TechDraw/App/DrawViewDimExtent.pyi
Normal file
@@ -0,0 +1,18 @@
|
||||
from typing import Any
|
||||
|
||||
from Base.Metadata import export
|
||||
from TechDraw.DrawViewDimension import DrawViewDimension
|
||||
|
||||
@export(
|
||||
Include="Mod/TechDraw/App/DrawViewDimExtent.h",
|
||||
Namespace="TechDraw",
|
||||
FatherInclude="Mod/TechDraw/App/DrawViewDimensionPy.h",
|
||||
)
|
||||
class DrawViewDimExtent(DrawViewDimension):
|
||||
"""
|
||||
Feature for creating and manipulating Technical Drawing DimExtents
|
||||
"""
|
||||
|
||||
def tbd(self) -> Any:
|
||||
"""tbd() - returns tbd."""
|
||||
...
|
||||
Reference in New Issue
Block a user