set type names of geom classes

This commit is contained in:
wmayer 2016-12-03 13:26:12 +01:00
parent e45a099698
commit fa585583d8
49 changed files with 49 additions and 1 deletions

View File

@ -163,7 +163,7 @@ public:
PyTypeObject LinePyOld::Type = {
PyObject_HEAD_INIT(&PyType_Type)
0, /*ob_size*/
"Part.GeomLine", /*tp_name*/
"Part.Line", /*tp_name*/
sizeof(LinePyOld), /*tp_basicsize*/
0, /*tp_itemsize*/
/* methods */

View File

@ -3,6 +3,7 @@
<PythonExport
Father="GeometryCurvePy"
Name="ArcOfCirclePy"
PythonName="Part.ArcOfCircle"
Twin="GeomArcOfCircle"
TwinPointer="GeomArcOfCircle"
Include="Mod/Part/App/Geometry.h"

View File

@ -3,6 +3,7 @@
<PythonExport
Father="GeometryCurvePy"
Name="ArcOfEllipsePy"
PythonName="Part.ArcOfEllipse"
Twin="GeomArcOfEllipse"
TwinPointer="GeomArcOfEllipse"
Include="Mod/Part/App/Geometry.h"

View File

@ -3,6 +3,7 @@
<PythonExport
Father="GeometryCurvePy"
Name="ArcOfHyperbolaPy"
PythonName="Part.ArcOfHyperbola"
Twin="GeomArcOfHyperbola"
TwinPointer="GeomArcOfHyperbola"
Include="Mod/Part/App/Geometry.h"

View File

@ -3,6 +3,7 @@
<PythonExport
Father="GeometryCurvePy"
Name="ArcOfParabolaPy"
PythonName="Part.ArcOfParabola"
Twin="GeomArcOfParabola"
TwinPointer="GeomArcOfParabola"
Include="Mod/Part/App/Geometry.h"

View File

@ -3,6 +3,7 @@
<PythonExport
Father="GeometryCurvePy"
Name="ArcPy"
PythonName="Part.Arc"
Twin="GeomTrimmedCurve"
TwinPointer="GeomTrimmedCurve"
Include="Mod/Part/App/Geometry.h"

View File

@ -3,6 +3,7 @@
<PythonExport
Father="PartFeaturePy"
Name="AttachableObjectPy"
PythonName="Part.AttachableObject"
Twin="AttachableObject"
TwinPointer="AttachableObject"
Include="Mod/Part/App/AttachableObject.h"

View File

@ -3,6 +3,7 @@
<PythonExport
Father="PyObjectBase"
Name="BRepOffsetAPI_MakePipeShellPy"
PythonName="Part.BRepOffsetAPI_MakePipeShell"
Twin="BRepOffsetAPI_MakePipeShell"
TwinPointer="BRepOffsetAPI_MakePipeShell"
Include="BRepOffsetAPI_MakePipeShell.hxx"

View File

@ -3,6 +3,7 @@
<PythonExport
Father="GeometryCurvePy"
Name="BSplineCurvePy"
PythonName="Part.BSplineCurve"
Twin="GeomBSplineCurve"
TwinPointer="GeomBSplineCurve"
Include="Mod/Part/App/Geometry.h"

View File

@ -3,6 +3,7 @@
<PythonExport
Father="GeometrySurfacePy"
Name="BSplineSurfacePy"
PythonName="Part.BSplineSurface"
Twin="GeomBSplineSurface"
TwinPointer="GeomBSplineSurface"
Include="Mod/Part/App/Geometry.h"

View File

@ -3,6 +3,7 @@
<PythonExport
Father="GeometryCurvePy"
Name="BezierCurvePy"
PythonName="Part.BezierCurve"
Twin="GeomBezierCurve"
TwinPointer="GeomBezierCurve"
Include="Mod/Part/App/Geometry.h"

View File

@ -3,6 +3,7 @@
<PythonExport
Father="GeometrySurfacePy"
Name="BezierSurfacePy"
PythonName="Part.BezierSurface"
Twin="GeomBezierSurface"
TwinPointer="GeomBezierSurface"
Include="Mod/Part/App/Geometry.h"

View File

@ -3,6 +3,7 @@
<PythonExport
Father="GeometryCurvePy"
Name="CirclePy"
PythonName="Part.Circle"
Twin="GeomCircle"
TwinPointer="GeomCircle"
Include="Mod/Part/App/Geometry.h"

View File

@ -3,6 +3,7 @@
<PythonExport
Father="GeometrySurfacePy"
Name="ConePy"
PythonName="Part.Cone"
Twin="GeomCone"
TwinPointer="GeomCone"
Include="Mod/Part/App/Geometry.h"

View File

@ -3,6 +3,7 @@
<PythonExport
Father="GeometrySurfacePy"
Name="CylinderPy"
PythonName="Part.Cylinder"
Twin="GeomCylinder"
TwinPointer="GeomCylinder"
Include="Mod/Part/App/Geometry.h"

View File

@ -3,6 +3,7 @@
<PythonExport
Father="GeometryCurvePy"
Name="EllipsePy"
PythonName="Part.Ellipse"
Twin="GeomEllipse"
TwinPointer="GeomEllipse"
Include="Mod/Part/App/Geometry.h"

View File

@ -3,6 +3,7 @@
<PythonExport
Father="ArcOfConic2dPy"
Name="ArcOfCircle2dPy"
PythonName="Part.Geom2d.ArcOfCircle2d"
Twin="Geom2dArcOfCircle"
TwinPointer="Geom2dArcOfCircle"
Include="Mod/Part/App/Geometry2d.h"

View File

@ -3,6 +3,7 @@
<PythonExport
Father="Curve2dPy"
Name="ArcOfConic2dPy"
PythonName="Part.Geom2d.ArcOfConic2d"
Twin="Geom2dArcOfConic"
TwinPointer="Geom2dArcOfConic"
Include="Mod/Part/App/Geometry2d.h"

View File

@ -3,6 +3,7 @@
<PythonExport
Father="ArcOfConic2dPy"
Name="ArcOfEllipse2dPy"
PythonName="Part.Geom2d.ArcOfEllipse2d"
Twin="Geom2dArcOfEllipse"
TwinPointer="Geom2dArcOfEllipse"
Include="Mod/Part/App/Geometry2d.h"

View File

@ -3,6 +3,7 @@
<PythonExport
Father="ArcOfConic2dPy"
Name="ArcOfHyperbola2dPy"
PythonName="Part.Geom2d.ArcOfHyperbola2d"
Twin="Geom2dArcOfHyperbola"
TwinPointer="Geom2dArcOfHyperbola"
Include="Mod/Part/App/Geometry2d.h"

View File

@ -3,6 +3,7 @@
<PythonExport
Father="ArcOfConic2dPy"
Name="ArcOfParabola2dPy"
PythonName="Part.Geom2d.ArcOfParabola2d"
Twin="Geom2dArcOfParabola"
TwinPointer="Geom2dArcOfParabola"
Include="Mod/Part/App/Geometry2d.h"

View File

@ -3,6 +3,7 @@
<PythonExport
Father="Curve2dPy"
Name="BSplineCurve2dPy"
PythonName="Part.Geom2d.BSplineCurve2d"
Twin="Geom2dBSplineCurve"
TwinPointer="Geom2dBSplineCurve"
Include="Mod/Part/App/Geometry2d.h"

View File

@ -3,6 +3,7 @@
<PythonExport
Father="Curve2dPy"
Name="BezierCurve2dPy"
PythonName="Part.Geom2d.BezierCurve2d"
Twin="Geom2dBezierCurve"
TwinPointer="Geom2dBezierCurve"
Include="Mod/Part/App/Geometry2d.h"

View File

@ -3,6 +3,7 @@
<PythonExport
Father="Conic2dPy"
Name="Circle2dPy"
PythonName="Part.Geom2d.Circle2d"
Twin="Geom2dCircle"
TwinPointer="Geom2dCircle"
Include="Mod/Part/App/Geometry2d.h"

View File

@ -3,6 +3,7 @@
<PythonExport
Father="Curve2dPy"
Name="Conic2dPy"
PythonName="Part.Geom2d.Conic2d"
Twin="Geom2dConic"
TwinPointer="Geom2dConic"
Include="Mod/Part/App/Geometry2d.h"

View File

@ -3,6 +3,7 @@
<PythonExport
Father="Geometry2dPy"
Name="Curve2dPy"
PythonName="Part.Geom2d.Curve2d"
Twin="Geom2dCurve"
TwinPointer="Geom2dCurve"
Include="Mod/Part/App/Geometry2d.h"

View File

@ -3,6 +3,7 @@
<PythonExport
Father="Conic2dPy"
Name="Ellipse2dPy"
PythonName="Part.Geom2d.Ellipse2d"
Twin="Geom2dEllipse"
TwinPointer="Geom2dEllipse"
Include="Mod/Part/App/Geometry2d.h"

View File

@ -3,6 +3,7 @@
<PythonExport
Father="PyObjectBase"
Name="Geometry2dPy"
PythonName="Part.Geom2d.Geometry2d"
Twin="Geometry2d"
TwinPointer="Geometry2d"
Include="Mod/Part/App/Geometry2d.h"

View File

@ -3,6 +3,7 @@
<PythonExport
Father="Conic2dPy"
Name="Hyperbola2dPy"
PythonName="Part.Geom2d.Hyperbola2d"
Twin="Geom2dHyperbola"
TwinPointer="Geom2dHyperbola"
Include="Mod/Part/App/Geometry2d.h"

View File

@ -3,6 +3,7 @@
<PythonExport
Father="Curve2dPy"
Name="Line2dPy"
PythonName="Part.Geom2d.Line2d"
Twin="Geom2dLine"
TwinPointer="Geom2dLine"
Include="Mod/Part/App/Geometry2d.h"

View File

@ -3,6 +3,7 @@
<PythonExport
Father="Curve2dPy"
Name="Line2dSegmentPy"
PythonName="Part.Geom2d.Line2dSegment"
Twin="Geom2dLineSegment"
TwinPointer="Geom2dLineSegment"
Include="Mod/Part/App/Geometry2d.h"

View File

@ -3,6 +3,7 @@
<PythonExport
Father="Curve2dPy"
Name="OffsetCurve2dPy"
PythonName="Part.Geom2d.OffsetCurve2d"
Twin="Geom2dOffsetCurve"
TwinPointer="Geom2dOffsetCurve"
Include="Mod/Part/App/Geometry2d.h"

View File

@ -3,6 +3,7 @@
<PythonExport
Father="Conic2dPy"
Name="Parabola2dPy"
PythonName="Part.Geom2d.Parabola2d"
Twin="Geom2dParabola"
TwinPointer="Geom2dParabola"
Include="Mod/Part/App/Geometry2d.h"

View File

@ -3,6 +3,7 @@
<PythonExport
Father="GeometryPy"
Name="GeometryCurvePy"
PythonName="Part.Curve"
Twin="GeomCurve"
TwinPointer="GeomCurve"
Include="Mod/Part/App/Geometry.h"

View File

@ -3,6 +3,7 @@
<PythonExport
Father="GeometryPy"
Name="GeometrySurfacePy"
PythonName="Part.GeometrySurface"
Twin="GeomSurface"
TwinPointer="GeomSurface"
Include="Mod/Part/App/Geometry.h"

View File

@ -3,6 +3,7 @@
<PythonExport
Father="GeometryCurvePy"
Name="HyperbolaPy"
PythonName="Part.Hyperbola"
Twin="GeomHyperbola"
TwinPointer="GeomHyperbola"
Include="Mod/Part/App/Geometry.h"

View File

@ -3,6 +3,7 @@
<PythonExport
Father="GeometryCurvePy"
Name="LinePy"
PythonName="Part.Line"
Twin="GeomLine"
TwinPointer="GeomLine"
Include="Mod/Part/App/Geometry.h"

View File

@ -3,6 +3,7 @@
<PythonExport
Father="GeometryCurvePy"
Name="LineSegmentPy"
PythonName="Part.LineSegment"
Twin="GeomLineSegment"
TwinPointer="GeomLineSegment"
Include="Mod/Part/App/Geometry.h"

View File

@ -3,6 +3,7 @@
<PythonExport
Father="GeometryCurvePy"
Name="OffsetCurvePy"
PythonName="Part.OffsetCurve"
Twin="GeomOffsetCurve"
TwinPointer="GeomOffsetCurve"
Include="Mod/Part/App/Geometry.h"

View File

@ -3,6 +3,7 @@
<PythonExport
Father="GeometrySurfacePy"
Name="OffsetSurfacePy"
PythonName="Part.OffsetSurface"
Twin="GeomOffsetSurface"
TwinPointer="GeomOffsetSurface"
Include="Mod/Part/App/Geometry.h"

View File

@ -3,6 +3,7 @@
<PythonExport
Father="GeometryCurvePy"
Name="ParabolaPy"
PythonName="Part.Parabola"
Twin="GeomParabola"
TwinPointer="GeomParabola"
Include="Mod/Part/App/Geometry.h"

View File

@ -3,6 +3,7 @@
<PythonExport
Father="GeometrySurfacePy"
Name="PlanePy"
PythonName="Part.Plane"
Twin="GeomPlane"
TwinPointer="GeomPlane"
Include="Mod/Part/App/Geometry.h"

View File

@ -3,6 +3,7 @@
<PythonExport
Father="GeometrySurfacePy"
Name="PlateSurfacePy"
PythonName="Part.PlateSurface"
Twin="GeomPlateSurface"
TwinPointer="GeomPlateSurface"
Include="Mod/Part/App/Geometry.h"

View File

@ -3,6 +3,7 @@
<PythonExport
Father="GeometryPy"
Name="PointPy"
PythonName="Part.Point"
Twin="GeomPoint"
TwinPointer="GeomPoint"
Include="Mod/Part/App/Geometry.h"

View File

@ -3,6 +3,7 @@
<PythonExport
Father="GeometrySurfacePy"
Name="RectangularTrimmedSurfacePy"
PythonName="Part.RectangularTrimmedSurface"
Twin="GeomTrimmedSurface"
TwinPointer="GeomTrimmedSurface"
Include="Mod/Part/App/Geometry.h"

View File

@ -3,6 +3,7 @@
<PythonExport
Father="GeometrySurfacePy"
Name="SpherePy"
PythonName="Part.Sphere"
Twin="GeomSphere"
TwinPointer="GeomSphere"
Include="Mod/Part/App/Geometry.h"

View File

@ -3,6 +3,7 @@
<PythonExport
Father="GeometrySurfacePy"
Name="SurfaceOfExtrusionPy"
PythonName="Part.SurfaceOfExtrusion"
Twin="GeomSurfaceOfExtrusion"
TwinPointer="GeomSurfaceOfExtrusion"
Include="Mod/Part/App/Geometry.h"

View File

@ -3,6 +3,7 @@
<PythonExport
Father="GeometrySurfacePy"
Name="SurfaceOfRevolutionPy"
PythonName="Part.SurfaceOfRevolution"
Twin="GeomSurfaceOfRevolution"
TwinPointer="GeomSurfaceOfRevolution"
Include="Mod/Part/App/Geometry.h"

View File

@ -3,6 +3,7 @@
<PythonExport
Father="GeometrySurfacePy"
Name="ToroidPy"
PythonName="Part.Toroid"
Twin="GeomToroid"
TwinPointer="GeomToroid"
Include="Mod/Part/App/Geometry.h"