[bindings] Code formatting

This commit is contained in:
Frank Martinez
2025-09-25 21:43:39 -05:00
parent 802f62739e
commit c9579bbff2
191 changed files with 733 additions and 345 deletions

View File

@@ -6,6 +6,7 @@ from Base.Metadata import export, constmethod
from Part.BodyBase import BodyBase
from typing import Final, overload
@export(
Include="Mod/PartDesign/App/Body.h",
FatherInclude="Mod/Part/App/BodyBasePy.h",

View File

@@ -6,6 +6,7 @@ from Base.Metadata import export
from Part.PartFeature import PartFeature
from typing import Optional, overload
@export(
Include="Mod/PartDesign/App/Feature.h",
FatherInclude="Mod/Part/App/PartFeaturePy.h",

View File

@@ -6,6 +6,7 @@ from Base.Metadata import export
from Gui.ViewProviderPartExt import ViewProviderPartExt
from typing import Final, overload
@export(
Include="Mod/PartDesign/Gui/ViewProvider.h",
Namespace="PartDesignGui",