From a6b580ac7a4a945afb887887bdb52eb871e7c687 Mon Sep 17 00:00:00 2001 From: Anurag Singh Date: Sun, 10 Mar 2024 14:28:59 +0530 Subject: [PATCH] Added-API-Documentation-for-PlateSurfacePy.xml --- src/Mod/Part/App/PlateSurfacePy.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Part/App/PlateSurfacePy.xml b/src/Mod/Part/App/PlateSurfacePy.xml index 7de2361f4c..97480092ec 100644 --- a/src/Mod/Part/App/PlateSurfacePy.xml +++ b/src/Mod/Part/App/PlateSurfacePy.xml @@ -13,7 +13,7 @@ Constructor="true"> - + Represents a plate surface in FreeCAD. Plate surfaces can be defined by specifying points or curves as constraints, and they can also be approximated to B-spline surfaces using the makeApprox method. This class is commonly used in CAD modeling for creating surfaces that represent flat or curved plates, such as sheet metal components or structural elements.