diff --git a/CMakeLists.txt b/CMakeLists.txt index 8d13eb392..3a0bdd74b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -24,7 +24,7 @@ SET(PYTHONOCC_VERSION_MAJOR 0) SET(PYTHONOCC_VERSION_MINOR 16) SET(PYTHONOCC_VERSION_PATCH 0) # Empty for official releases, set to -dev, -rc1, etc for development releases -SET(PYTHONOCC_VERSION_DEVEL -dev) +SET(PYTHONOCC_VERSION_DEVEL) CMAKE_MINIMUM_REQUIRED(VERSION 2.6) @@ -287,7 +287,7 @@ SET(CPACK_PACKAGE_DESCRIPTION_SUMMARY "pythonOCC") SET(CPACK_PACKAGE_VENDOR "Thomas Paviot (tpaviot@gmail.com)") SET(CPACK_SET_DESTDIR "ON") SET(CPACK_PACKAGE_DESCRIPTION "A 3D CAD/CAM python package") -SET(CPACK_PACKAGE_VERSION "0.16.0-dev") +SET(CPACK_PACKAGE_VERSION "0.16.0") SET(CPACK_PACKAGE_VERSION_MAJOR ${PYTHONOCC_VERSION_MAJOR}) SET(CPACK_PACKAGE_VERSION_MINOR ${PYTHONOCC_VERSION_MINOR}) SET(CPACK_PACKAGE_VERSION_PATCH ${PYTHONOCC_VERSION_PATCH}) diff --git a/NEWS b/NEWS index 01b70086b..efba2e282 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,6 @@ -Version 0.16.0 - October 2014 +Version 0.16.0 - November 2014 + +This release requires oce-0.16.0 * Support for latest oce release (0.16.0) @@ -11,6 +13,6 @@ Version 0.16.0 - October 2014 * improved project quality (travis-ci, pylint check, pep8 compliancy, removed old and/or untested code) -* sphinx based documentation +* sphinx based documentation, both for api documentation and getting started * python3 support diff --git a/cmake/__init__.py b/cmake/__init__.py index c3348aec8..99977b491 100644 --- a/cmake/__init__.py +++ b/cmake/__init__.py @@ -1 +1 @@ -VERSION = "0.16.0-dev" +VERSION = "0.16.0" diff --git a/doc/apidoc/OCC.AIS.rst b/doc/apidoc/OCC.AIS.rst new file mode 100644 index 000000000..b55baffa5 --- /dev/null +++ b/doc/apidoc/OCC.AIS.rst @@ -0,0 +1,7 @@ +OCC.AIS module +============== + +.. automodule:: OCC.AIS + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.Adaptor2d.rst b/doc/apidoc/OCC.Adaptor2d.rst new file mode 100644 index 000000000..6883c1983 --- /dev/null +++ b/doc/apidoc/OCC.Adaptor2d.rst @@ -0,0 +1,7 @@ +OCC.Adaptor2d module +==================== + +.. automodule:: OCC.Adaptor2d + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.Adaptor3d.rst b/doc/apidoc/OCC.Adaptor3d.rst new file mode 100644 index 000000000..4239b1654 --- /dev/null +++ b/doc/apidoc/OCC.Adaptor3d.rst @@ -0,0 +1,7 @@ +OCC.Adaptor3d module +==================== + +.. automodule:: OCC.Adaptor3d + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.AdvApp2Var.rst b/doc/apidoc/OCC.AdvApp2Var.rst new file mode 100644 index 000000000..327176f64 --- /dev/null +++ b/doc/apidoc/OCC.AdvApp2Var.rst @@ -0,0 +1,7 @@ +OCC.AdvApp2Var module +===================== + +.. automodule:: OCC.AdvApp2Var + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.AdvApprox.rst b/doc/apidoc/OCC.AdvApprox.rst new file mode 100644 index 000000000..376074f8d --- /dev/null +++ b/doc/apidoc/OCC.AdvApprox.rst @@ -0,0 +1,7 @@ +OCC.AdvApprox module +==================== + +.. automodule:: OCC.AdvApprox + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.AppBlend.rst b/doc/apidoc/OCC.AppBlend.rst new file mode 100644 index 000000000..012bd1cff --- /dev/null +++ b/doc/apidoc/OCC.AppBlend.rst @@ -0,0 +1,7 @@ +OCC.AppBlend module +=================== + +.. automodule:: OCC.AppBlend + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.AppCont.rst b/doc/apidoc/OCC.AppCont.rst new file mode 100644 index 000000000..9c242fb0e --- /dev/null +++ b/doc/apidoc/OCC.AppCont.rst @@ -0,0 +1,7 @@ +OCC.AppCont module +================== + +.. automodule:: OCC.AppCont + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.AppDef.rst b/doc/apidoc/OCC.AppDef.rst new file mode 100644 index 000000000..1021cf9f8 --- /dev/null +++ b/doc/apidoc/OCC.AppDef.rst @@ -0,0 +1,7 @@ +OCC.AppDef module +================= + +.. automodule:: OCC.AppDef + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.AppParCurves.rst b/doc/apidoc/OCC.AppParCurves.rst new file mode 100644 index 000000000..16639935e --- /dev/null +++ b/doc/apidoc/OCC.AppParCurves.rst @@ -0,0 +1,7 @@ +OCC.AppParCurves module +======================= + +.. automodule:: OCC.AppParCurves + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.Approx.rst b/doc/apidoc/OCC.Approx.rst new file mode 100644 index 000000000..11a6d58af --- /dev/null +++ b/doc/apidoc/OCC.Approx.rst @@ -0,0 +1,7 @@ +OCC.Approx module +================= + +.. automodule:: OCC.Approx + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.ApproxInt.rst b/doc/apidoc/OCC.ApproxInt.rst new file mode 100644 index 000000000..d448b4943 --- /dev/null +++ b/doc/apidoc/OCC.ApproxInt.rst @@ -0,0 +1,7 @@ +OCC.ApproxInt module +==================== + +.. automodule:: OCC.ApproxInt + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.Aspect.rst b/doc/apidoc/OCC.Aspect.rst new file mode 100644 index 000000000..9f6ed2a3f --- /dev/null +++ b/doc/apidoc/OCC.Aspect.rst @@ -0,0 +1,7 @@ +OCC.Aspect module +================= + +.. automodule:: OCC.Aspect + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.BOPAlgo.rst b/doc/apidoc/OCC.BOPAlgo.rst new file mode 100644 index 000000000..098bf6e6c --- /dev/null +++ b/doc/apidoc/OCC.BOPAlgo.rst @@ -0,0 +1,7 @@ +OCC.BOPAlgo module +================== + +.. automodule:: OCC.BOPAlgo + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.BOPCol.rst b/doc/apidoc/OCC.BOPCol.rst new file mode 100644 index 000000000..d4f4260f2 --- /dev/null +++ b/doc/apidoc/OCC.BOPCol.rst @@ -0,0 +1,7 @@ +OCC.BOPCol module +================= + +.. automodule:: OCC.BOPCol + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.BOPDS.rst b/doc/apidoc/OCC.BOPDS.rst new file mode 100644 index 000000000..1d9a1f37e --- /dev/null +++ b/doc/apidoc/OCC.BOPDS.rst @@ -0,0 +1,7 @@ +OCC.BOPDS module +================ + +.. automodule:: OCC.BOPDS + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.BOPInt.rst b/doc/apidoc/OCC.BOPInt.rst new file mode 100644 index 000000000..a3692fb5e --- /dev/null +++ b/doc/apidoc/OCC.BOPInt.rst @@ -0,0 +1,7 @@ +OCC.BOPInt module +================= + +.. automodule:: OCC.BOPInt + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.BOPTools.rst b/doc/apidoc/OCC.BOPTools.rst new file mode 100644 index 000000000..603162e5c --- /dev/null +++ b/doc/apidoc/OCC.BOPTools.rst @@ -0,0 +1,7 @@ +OCC.BOPTools module +=================== + +.. automodule:: OCC.BOPTools + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.BRep.rst b/doc/apidoc/OCC.BRep.rst new file mode 100644 index 000000000..3c95cdcca --- /dev/null +++ b/doc/apidoc/OCC.BRep.rst @@ -0,0 +1,7 @@ +OCC.BRep module +=============== + +.. automodule:: OCC.BRep + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.BRepAdaptor.rst b/doc/apidoc/OCC.BRepAdaptor.rst new file mode 100644 index 000000000..7e6a16e6e --- /dev/null +++ b/doc/apidoc/OCC.BRepAdaptor.rst @@ -0,0 +1,7 @@ +OCC.BRepAdaptor module +====================== + +.. automodule:: OCC.BRepAdaptor + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.BRepAlgo.rst b/doc/apidoc/OCC.BRepAlgo.rst new file mode 100644 index 000000000..3d2e461df --- /dev/null +++ b/doc/apidoc/OCC.BRepAlgo.rst @@ -0,0 +1,7 @@ +OCC.BRepAlgo module +=================== + +.. automodule:: OCC.BRepAlgo + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.BRepAlgoAPI.rst b/doc/apidoc/OCC.BRepAlgoAPI.rst new file mode 100644 index 000000000..2dff6bb04 --- /dev/null +++ b/doc/apidoc/OCC.BRepAlgoAPI.rst @@ -0,0 +1,7 @@ +OCC.BRepAlgoAPI module +====================== + +.. automodule:: OCC.BRepAlgoAPI + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.BRepApprox.rst b/doc/apidoc/OCC.BRepApprox.rst new file mode 100644 index 000000000..c72d7d6cb --- /dev/null +++ b/doc/apidoc/OCC.BRepApprox.rst @@ -0,0 +1,7 @@ +OCC.BRepApprox module +===================== + +.. automodule:: OCC.BRepApprox + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.BRepBlend.rst b/doc/apidoc/OCC.BRepBlend.rst new file mode 100644 index 000000000..1331c5259 --- /dev/null +++ b/doc/apidoc/OCC.BRepBlend.rst @@ -0,0 +1,7 @@ +OCC.BRepBlend module +==================== + +.. automodule:: OCC.BRepBlend + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.BRepBndLib.rst b/doc/apidoc/OCC.BRepBndLib.rst new file mode 100644 index 000000000..55a57f4a7 --- /dev/null +++ b/doc/apidoc/OCC.BRepBndLib.rst @@ -0,0 +1,7 @@ +OCC.BRepBndLib module +===================== + +.. automodule:: OCC.BRepBndLib + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.BRepBuilderAPI.rst b/doc/apidoc/OCC.BRepBuilderAPI.rst new file mode 100644 index 000000000..a50af735a --- /dev/null +++ b/doc/apidoc/OCC.BRepBuilderAPI.rst @@ -0,0 +1,7 @@ +OCC.BRepBuilderAPI module +========================= + +.. automodule:: OCC.BRepBuilderAPI + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.BRepCheck.rst b/doc/apidoc/OCC.BRepCheck.rst new file mode 100644 index 000000000..020526c3a --- /dev/null +++ b/doc/apidoc/OCC.BRepCheck.rst @@ -0,0 +1,7 @@ +OCC.BRepCheck module +==================== + +.. automodule:: OCC.BRepCheck + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.BRepClass.rst b/doc/apidoc/OCC.BRepClass.rst new file mode 100644 index 000000000..3c1845546 --- /dev/null +++ b/doc/apidoc/OCC.BRepClass.rst @@ -0,0 +1,7 @@ +OCC.BRepClass module +==================== + +.. automodule:: OCC.BRepClass + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.BRepClass3d.rst b/doc/apidoc/OCC.BRepClass3d.rst new file mode 100644 index 000000000..5aebabd67 --- /dev/null +++ b/doc/apidoc/OCC.BRepClass3d.rst @@ -0,0 +1,7 @@ +OCC.BRepClass3d module +====================== + +.. automodule:: OCC.BRepClass3d + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.BRepExtrema.rst b/doc/apidoc/OCC.BRepExtrema.rst new file mode 100644 index 000000000..c03e158e5 --- /dev/null +++ b/doc/apidoc/OCC.BRepExtrema.rst @@ -0,0 +1,7 @@ +OCC.BRepExtrema module +====================== + +.. automodule:: OCC.BRepExtrema + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.BRepFeat.rst b/doc/apidoc/OCC.BRepFeat.rst new file mode 100644 index 000000000..0df5b7e05 --- /dev/null +++ b/doc/apidoc/OCC.BRepFeat.rst @@ -0,0 +1,7 @@ +OCC.BRepFeat module +=================== + +.. automodule:: OCC.BRepFeat + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.BRepFill.rst b/doc/apidoc/OCC.BRepFill.rst new file mode 100644 index 000000000..a10612282 --- /dev/null +++ b/doc/apidoc/OCC.BRepFill.rst @@ -0,0 +1,7 @@ +OCC.BRepFill module +=================== + +.. automodule:: OCC.BRepFill + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.BRepFilletAPI.rst b/doc/apidoc/OCC.BRepFilletAPI.rst new file mode 100644 index 000000000..00f48068e --- /dev/null +++ b/doc/apidoc/OCC.BRepFilletAPI.rst @@ -0,0 +1,7 @@ +OCC.BRepFilletAPI module +======================== + +.. automodule:: OCC.BRepFilletAPI + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.BRepGProp.rst b/doc/apidoc/OCC.BRepGProp.rst new file mode 100644 index 000000000..fd7682373 --- /dev/null +++ b/doc/apidoc/OCC.BRepGProp.rst @@ -0,0 +1,7 @@ +OCC.BRepGProp module +==================== + +.. automodule:: OCC.BRepGProp + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.BRepIntCurveSurface.rst b/doc/apidoc/OCC.BRepIntCurveSurface.rst new file mode 100644 index 000000000..afe93cf00 --- /dev/null +++ b/doc/apidoc/OCC.BRepIntCurveSurface.rst @@ -0,0 +1,7 @@ +OCC.BRepIntCurveSurface module +============================== + +.. automodule:: OCC.BRepIntCurveSurface + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.BRepLProp.rst b/doc/apidoc/OCC.BRepLProp.rst new file mode 100644 index 000000000..70e46f52a --- /dev/null +++ b/doc/apidoc/OCC.BRepLProp.rst @@ -0,0 +1,7 @@ +OCC.BRepLProp module +==================== + +.. automodule:: OCC.BRepLProp + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.BRepLib.rst b/doc/apidoc/OCC.BRepLib.rst new file mode 100644 index 000000000..43c317fbf --- /dev/null +++ b/doc/apidoc/OCC.BRepLib.rst @@ -0,0 +1,7 @@ +OCC.BRepLib module +================== + +.. automodule:: OCC.BRepLib + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.BRepMAT2d.rst b/doc/apidoc/OCC.BRepMAT2d.rst new file mode 100644 index 000000000..724cc9e18 --- /dev/null +++ b/doc/apidoc/OCC.BRepMAT2d.rst @@ -0,0 +1,7 @@ +OCC.BRepMAT2d module +==================== + +.. automodule:: OCC.BRepMAT2d + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.BRepMesh.rst b/doc/apidoc/OCC.BRepMesh.rst new file mode 100644 index 000000000..1d25c8957 --- /dev/null +++ b/doc/apidoc/OCC.BRepMesh.rst @@ -0,0 +1,7 @@ +OCC.BRepMesh module +=================== + +.. automodule:: OCC.BRepMesh + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.BRepOffset.rst b/doc/apidoc/OCC.BRepOffset.rst new file mode 100644 index 000000000..0b51603b9 --- /dev/null +++ b/doc/apidoc/OCC.BRepOffset.rst @@ -0,0 +1,7 @@ +OCC.BRepOffset module +===================== + +.. automodule:: OCC.BRepOffset + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.BRepOffsetAPI.rst b/doc/apidoc/OCC.BRepOffsetAPI.rst new file mode 100644 index 000000000..6dc8f2171 --- /dev/null +++ b/doc/apidoc/OCC.BRepOffsetAPI.rst @@ -0,0 +1,7 @@ +OCC.BRepOffsetAPI module +======================== + +.. automodule:: OCC.BRepOffsetAPI + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.BRepPrim.rst b/doc/apidoc/OCC.BRepPrim.rst new file mode 100644 index 000000000..1000195d0 --- /dev/null +++ b/doc/apidoc/OCC.BRepPrim.rst @@ -0,0 +1,7 @@ +OCC.BRepPrim module +=================== + +.. automodule:: OCC.BRepPrim + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.BRepPrimAPI.rst b/doc/apidoc/OCC.BRepPrimAPI.rst new file mode 100644 index 000000000..360f1f6c2 --- /dev/null +++ b/doc/apidoc/OCC.BRepPrimAPI.rst @@ -0,0 +1,7 @@ +OCC.BRepPrimAPI module +====================== + +.. automodule:: OCC.BRepPrimAPI + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.BRepProj.rst b/doc/apidoc/OCC.BRepProj.rst new file mode 100644 index 000000000..173d5009e --- /dev/null +++ b/doc/apidoc/OCC.BRepProj.rst @@ -0,0 +1,7 @@ +OCC.BRepProj module +=================== + +.. automodule:: OCC.BRepProj + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.BRepSweep.rst b/doc/apidoc/OCC.BRepSweep.rst new file mode 100644 index 000000000..ef6bde415 --- /dev/null +++ b/doc/apidoc/OCC.BRepSweep.rst @@ -0,0 +1,7 @@ +OCC.BRepSweep module +==================== + +.. automodule:: OCC.BRepSweep + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.BRepTools.rst b/doc/apidoc/OCC.BRepTools.rst new file mode 100644 index 000000000..fb54bbd0b --- /dev/null +++ b/doc/apidoc/OCC.BRepTools.rst @@ -0,0 +1,7 @@ +OCC.BRepTools module +==================== + +.. automodule:: OCC.BRepTools + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.BRepTopAdaptor.rst b/doc/apidoc/OCC.BRepTopAdaptor.rst new file mode 100644 index 000000000..f24a174f1 --- /dev/null +++ b/doc/apidoc/OCC.BRepTopAdaptor.rst @@ -0,0 +1,7 @@ +OCC.BRepTopAdaptor module +========================= + +.. automodule:: OCC.BRepTopAdaptor + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.BSplCLib.rst b/doc/apidoc/OCC.BSplCLib.rst new file mode 100644 index 000000000..8cf97d352 --- /dev/null +++ b/doc/apidoc/OCC.BSplCLib.rst @@ -0,0 +1,7 @@ +OCC.BSplCLib module +=================== + +.. automodule:: OCC.BSplCLib + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.BSplSLib.rst b/doc/apidoc/OCC.BSplSLib.rst new file mode 100644 index 000000000..fd5971e18 --- /dev/null +++ b/doc/apidoc/OCC.BSplSLib.rst @@ -0,0 +1,7 @@ +OCC.BSplSLib module +=================== + +.. automodule:: OCC.BSplSLib + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.BiTgte.rst b/doc/apidoc/OCC.BiTgte.rst new file mode 100644 index 000000000..b07423a78 --- /dev/null +++ b/doc/apidoc/OCC.BiTgte.rst @@ -0,0 +1,7 @@ +OCC.BiTgte module +================= + +.. automodule:: OCC.BiTgte + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.Bisector.rst b/doc/apidoc/OCC.Bisector.rst new file mode 100644 index 000000000..38626f700 --- /dev/null +++ b/doc/apidoc/OCC.Bisector.rst @@ -0,0 +1,7 @@ +OCC.Bisector module +=================== + +.. automodule:: OCC.Bisector + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.Blend.rst b/doc/apidoc/OCC.Blend.rst new file mode 100644 index 000000000..61ae1c997 --- /dev/null +++ b/doc/apidoc/OCC.Blend.rst @@ -0,0 +1,7 @@ +OCC.Blend module +================ + +.. automodule:: OCC.Blend + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.BlendFunc.rst b/doc/apidoc/OCC.BlendFunc.rst new file mode 100644 index 000000000..e4b19cf83 --- /dev/null +++ b/doc/apidoc/OCC.BlendFunc.rst @@ -0,0 +1,7 @@ +OCC.BlendFunc module +==================== + +.. automodule:: OCC.BlendFunc + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.Bnd.rst b/doc/apidoc/OCC.Bnd.rst new file mode 100644 index 000000000..1d0390591 --- /dev/null +++ b/doc/apidoc/OCC.Bnd.rst @@ -0,0 +1,7 @@ +OCC.Bnd module +============== + +.. automodule:: OCC.Bnd + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.BndLib.rst b/doc/apidoc/OCC.BndLib.rst new file mode 100644 index 000000000..518ef14dc --- /dev/null +++ b/doc/apidoc/OCC.BndLib.rst @@ -0,0 +1,7 @@ +OCC.BndLib module +================= + +.. automodule:: OCC.BndLib + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.CPnts.rst b/doc/apidoc/OCC.CPnts.rst new file mode 100644 index 000000000..9c5008b1b --- /dev/null +++ b/doc/apidoc/OCC.CPnts.rst @@ -0,0 +1,7 @@ +OCC.CPnts module +================ + +.. automodule:: OCC.CPnts + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.CSLib.rst b/doc/apidoc/OCC.CSLib.rst new file mode 100644 index 000000000..510b4a4af --- /dev/null +++ b/doc/apidoc/OCC.CSLib.rst @@ -0,0 +1,7 @@ +OCC.CSLib module +================ + +.. automodule:: OCC.CSLib + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.ChFi2d.rst b/doc/apidoc/OCC.ChFi2d.rst new file mode 100644 index 000000000..9c3411092 --- /dev/null +++ b/doc/apidoc/OCC.ChFi2d.rst @@ -0,0 +1,7 @@ +OCC.ChFi2d module +================= + +.. automodule:: OCC.ChFi2d + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.ChFi3d.rst b/doc/apidoc/OCC.ChFi3d.rst new file mode 100644 index 000000000..14a6f906a --- /dev/null +++ b/doc/apidoc/OCC.ChFi3d.rst @@ -0,0 +1,7 @@ +OCC.ChFi3d module +================= + +.. automodule:: OCC.ChFi3d + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.ChFiDS.rst b/doc/apidoc/OCC.ChFiDS.rst new file mode 100644 index 000000000..dbb96e23a --- /dev/null +++ b/doc/apidoc/OCC.ChFiDS.rst @@ -0,0 +1,7 @@ +OCC.ChFiDS module +================= + +.. automodule:: OCC.ChFiDS + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.ChFiKPart.rst b/doc/apidoc/OCC.ChFiKPart.rst new file mode 100644 index 000000000..813771e31 --- /dev/null +++ b/doc/apidoc/OCC.ChFiKPart.rst @@ -0,0 +1,7 @@ +OCC.ChFiKPart module +==================== + +.. automodule:: OCC.ChFiKPart + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.Contap.rst b/doc/apidoc/OCC.Contap.rst new file mode 100644 index 000000000..8d7100b43 --- /dev/null +++ b/doc/apidoc/OCC.Contap.rst @@ -0,0 +1,7 @@ +OCC.Contap module +================= + +.. automodule:: OCC.Contap + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.Convert.rst b/doc/apidoc/OCC.Convert.rst new file mode 100644 index 000000000..677d4133d --- /dev/null +++ b/doc/apidoc/OCC.Convert.rst @@ -0,0 +1,7 @@ +OCC.Convert module +================== + +.. automodule:: OCC.Convert + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.Dico.rst b/doc/apidoc/OCC.Dico.rst new file mode 100644 index 000000000..e5614c615 --- /dev/null +++ b/doc/apidoc/OCC.Dico.rst @@ -0,0 +1,7 @@ +OCC.Dico module +=============== + +.. automodule:: OCC.Dico + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.Display.OCCViewer.rst b/doc/apidoc/OCC.Display.OCCViewer.rst new file mode 100644 index 000000000..df8c7b1ec --- /dev/null +++ b/doc/apidoc/OCC.Display.OCCViewer.rst @@ -0,0 +1,7 @@ +OCC.Display.OCCViewer module +============================ + +.. automodule:: OCC.Display.OCCViewer + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.Display.SimpleGui.rst b/doc/apidoc/OCC.Display.SimpleGui.rst new file mode 100644 index 000000000..f45576016 --- /dev/null +++ b/doc/apidoc/OCC.Display.SimpleGui.rst @@ -0,0 +1,7 @@ +OCC.Display.SimpleGui module +============================ + +.. automodule:: OCC.Display.SimpleGui + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.Display.WebGl.rst b/doc/apidoc/OCC.Display.WebGl.rst index d9351f6e8..58221d8b5 100644 --- a/doc/apidoc/OCC.Display.WebGl.rst +++ b/doc/apidoc/OCC.Display.WebGl.rst @@ -4,14 +4,10 @@ OCC.Display.WebGl package Submodules ---------- -OCC.Display.WebGl.threejs_renderer module ------------------------------------------ - -.. automodule:: OCC.Display.WebGl.threejs_renderer - :members: - :undoc-members: - :show-inheritance: +.. toctree:: + OCC.Display.WebGl.threejs_renderer + OCC.Display.WebGl.x3dom_renderer Module contents --------------- diff --git a/doc/apidoc/OCC.Display.WebGl.threejs_renderer.rst b/doc/apidoc/OCC.Display.WebGl.threejs_renderer.rst new file mode 100644 index 000000000..f171c6f5a --- /dev/null +++ b/doc/apidoc/OCC.Display.WebGl.threejs_renderer.rst @@ -0,0 +1,7 @@ +OCC.Display.WebGl.threejs_renderer module +========================================= + +.. automodule:: OCC.Display.WebGl.threejs_renderer + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.Display.WebGl.x3dom_renderer.rst b/doc/apidoc/OCC.Display.WebGl.x3dom_renderer.rst new file mode 100644 index 000000000..672a2bb1b --- /dev/null +++ b/doc/apidoc/OCC.Display.WebGl.x3dom_renderer.rst @@ -0,0 +1,7 @@ +OCC.Display.WebGl.x3dom_renderer module +======================================= + +.. automodule:: OCC.Display.WebGl.x3dom_renderer + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.Display.pyqt4Display.rst b/doc/apidoc/OCC.Display.pyqt4Display.rst new file mode 100644 index 000000000..ede79f80c --- /dev/null +++ b/doc/apidoc/OCC.Display.pyqt4Display.rst @@ -0,0 +1,7 @@ +OCC.Display.pyqt4Display module +=============================== + +.. automodule:: OCC.Display.pyqt4Display + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.Display.pysideDisplay.rst b/doc/apidoc/OCC.Display.pysideDisplay.rst new file mode 100644 index 000000000..6b0241da0 --- /dev/null +++ b/doc/apidoc/OCC.Display.pysideDisplay.rst @@ -0,0 +1,7 @@ +OCC.Display.pysideDisplay module +================================ + +.. automodule:: OCC.Display.pysideDisplay + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.Display.rst b/doc/apidoc/OCC.Display.rst index d180c8cf4..ed573d952 100644 --- a/doc/apidoc/OCC.Display.rst +++ b/doc/apidoc/OCC.Display.rst @@ -11,54 +11,13 @@ Subpackages Submodules ---------- -OCC.Display.OCCViewer module ----------------------------- - -.. automodule:: OCC.Display.OCCViewer - :members: - :undoc-members: - :show-inheritance: - -OCC.Display.SimpleGui module ----------------------------- - -.. automodule:: OCC.Display.SimpleGui - :members: - :undoc-members: - :show-inheritance: - -OCC.Display.pyqt4Display module -------------------------------- - -.. automodule:: OCC.Display.pyqt4Display - :members: - :undoc-members: - :show-inheritance: - -OCC.Display.pysideDisplay module --------------------------------- - -.. automodule:: OCC.Display.pysideDisplay - :members: - :undoc-members: - :show-inheritance: - -OCC.Display.traitDisplay module -------------------------------- - -.. automodule:: OCC.Display.traitDisplay - :members: - :undoc-members: - :show-inheritance: - -OCC.Display.wxDisplay module ----------------------------- - -.. automodule:: OCC.Display.wxDisplay - :members: - :undoc-members: - :show-inheritance: +.. toctree:: + OCC.Display.OCCViewer + OCC.Display.SimpleGui + OCC.Display.pyqt4Display + OCC.Display.pysideDisplay + OCC.Display.wxDisplay Module contents --------------- diff --git a/doc/apidoc/OCC.Display.wxDisplay.rst b/doc/apidoc/OCC.Display.wxDisplay.rst new file mode 100644 index 000000000..0f43d51dc --- /dev/null +++ b/doc/apidoc/OCC.Display.wxDisplay.rst @@ -0,0 +1,7 @@ +OCC.Display.wxDisplay module +============================ + +.. automodule:: OCC.Display.wxDisplay + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.Draft.rst b/doc/apidoc/OCC.Draft.rst new file mode 100644 index 000000000..b2445b5a7 --- /dev/null +++ b/doc/apidoc/OCC.Draft.rst @@ -0,0 +1,7 @@ +OCC.Draft module +================ + +.. automodule:: OCC.Draft + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.DsgPrs.rst b/doc/apidoc/OCC.DsgPrs.rst new file mode 100644 index 000000000..027201da1 --- /dev/null +++ b/doc/apidoc/OCC.DsgPrs.rst @@ -0,0 +1,7 @@ +OCC.DsgPrs module +================= + +.. automodule:: OCC.DsgPrs + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.Dynamic.rst b/doc/apidoc/OCC.Dynamic.rst new file mode 100644 index 000000000..4c6a42827 --- /dev/null +++ b/doc/apidoc/OCC.Dynamic.rst @@ -0,0 +1,7 @@ +OCC.Dynamic module +================== + +.. automodule:: OCC.Dynamic + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.ElCLib.rst b/doc/apidoc/OCC.ElCLib.rst new file mode 100644 index 000000000..cade1ce16 --- /dev/null +++ b/doc/apidoc/OCC.ElCLib.rst @@ -0,0 +1,7 @@ +OCC.ElCLib module +================= + +.. automodule:: OCC.ElCLib + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.ElSLib.rst b/doc/apidoc/OCC.ElSLib.rst new file mode 100644 index 000000000..968b988f5 --- /dev/null +++ b/doc/apidoc/OCC.ElSLib.rst @@ -0,0 +1,7 @@ +OCC.ElSLib module +================= + +.. automodule:: OCC.ElSLib + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.Expr.rst b/doc/apidoc/OCC.Expr.rst new file mode 100644 index 000000000..b81288fde --- /dev/null +++ b/doc/apidoc/OCC.Expr.rst @@ -0,0 +1,7 @@ +OCC.Expr module +=============== + +.. automodule:: OCC.Expr + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.ExprIntrp.rst b/doc/apidoc/OCC.ExprIntrp.rst new file mode 100644 index 000000000..94a799ebe --- /dev/null +++ b/doc/apidoc/OCC.ExprIntrp.rst @@ -0,0 +1,7 @@ +OCC.ExprIntrp module +==================== + +.. automodule:: OCC.ExprIntrp + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.Extrema.rst b/doc/apidoc/OCC.Extrema.rst new file mode 100644 index 000000000..b058af51e --- /dev/null +++ b/doc/apidoc/OCC.Extrema.rst @@ -0,0 +1,7 @@ +OCC.Extrema module +================== + +.. automodule:: OCC.Extrema + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.FEmTool.rst b/doc/apidoc/OCC.FEmTool.rst new file mode 100644 index 000000000..9e17ef1c1 --- /dev/null +++ b/doc/apidoc/OCC.FEmTool.rst @@ -0,0 +1,7 @@ +OCC.FEmTool module +================== + +.. automodule:: OCC.FEmTool + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.FSD.rst b/doc/apidoc/OCC.FSD.rst new file mode 100644 index 000000000..7920def2b --- /dev/null +++ b/doc/apidoc/OCC.FSD.rst @@ -0,0 +1,7 @@ +OCC.FSD module +============== + +.. automodule:: OCC.FSD + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.FairCurve.rst b/doc/apidoc/OCC.FairCurve.rst new file mode 100644 index 000000000..3a57dc9d8 --- /dev/null +++ b/doc/apidoc/OCC.FairCurve.rst @@ -0,0 +1,7 @@ +OCC.FairCurve module +==================== + +.. automodule:: OCC.FairCurve + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.FilletSurf.rst b/doc/apidoc/OCC.FilletSurf.rst new file mode 100644 index 000000000..74712ec61 --- /dev/null +++ b/doc/apidoc/OCC.FilletSurf.rst @@ -0,0 +1,7 @@ +OCC.FilletSurf module +===================== + +.. automodule:: OCC.FilletSurf + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.GC.rst b/doc/apidoc/OCC.GC.rst new file mode 100644 index 000000000..91b6fe81f --- /dev/null +++ b/doc/apidoc/OCC.GC.rst @@ -0,0 +1,7 @@ +OCC.GC module +============= + +.. automodule:: OCC.GC + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.GCE2d.rst b/doc/apidoc/OCC.GCE2d.rst new file mode 100644 index 000000000..540b92bb4 --- /dev/null +++ b/doc/apidoc/OCC.GCE2d.rst @@ -0,0 +1,7 @@ +OCC.GCE2d module +================ + +.. automodule:: OCC.GCE2d + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.GCPnts.rst b/doc/apidoc/OCC.GCPnts.rst new file mode 100644 index 000000000..597f83465 --- /dev/null +++ b/doc/apidoc/OCC.GCPnts.rst @@ -0,0 +1,7 @@ +OCC.GCPnts module +================= + +.. automodule:: OCC.GCPnts + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.GProp.rst b/doc/apidoc/OCC.GProp.rst new file mode 100644 index 000000000..b458cddfe --- /dev/null +++ b/doc/apidoc/OCC.GProp.rst @@ -0,0 +1,7 @@ +OCC.GProp module +================ + +.. automodule:: OCC.GProp + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.GarbageCollector.rst b/doc/apidoc/OCC.GarbageCollector.rst new file mode 100644 index 000000000..d88a6cf92 --- /dev/null +++ b/doc/apidoc/OCC.GarbageCollector.rst @@ -0,0 +1,7 @@ +OCC.GarbageCollector module +=========================== + +.. automodule:: OCC.GarbageCollector + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.GccAna.rst b/doc/apidoc/OCC.GccAna.rst new file mode 100644 index 000000000..6189fc271 --- /dev/null +++ b/doc/apidoc/OCC.GccAna.rst @@ -0,0 +1,7 @@ +OCC.GccAna module +================= + +.. automodule:: OCC.GccAna + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.GccEnt.rst b/doc/apidoc/OCC.GccEnt.rst new file mode 100644 index 000000000..136be8cd9 --- /dev/null +++ b/doc/apidoc/OCC.GccEnt.rst @@ -0,0 +1,7 @@ +OCC.GccEnt module +================= + +.. automodule:: OCC.GccEnt + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.GccGeo.rst b/doc/apidoc/OCC.GccGeo.rst new file mode 100644 index 000000000..0de29db29 --- /dev/null +++ b/doc/apidoc/OCC.GccGeo.rst @@ -0,0 +1,7 @@ +OCC.GccGeo module +================= + +.. automodule:: OCC.GccGeo + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.GccInt.rst b/doc/apidoc/OCC.GccInt.rst new file mode 100644 index 000000000..286638fe7 --- /dev/null +++ b/doc/apidoc/OCC.GccInt.rst @@ -0,0 +1,7 @@ +OCC.GccInt module +================= + +.. automodule:: OCC.GccInt + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.GccIter.rst b/doc/apidoc/OCC.GccIter.rst new file mode 100644 index 000000000..1bf541bf6 --- /dev/null +++ b/doc/apidoc/OCC.GccIter.rst @@ -0,0 +1,7 @@ +OCC.GccIter module +================== + +.. automodule:: OCC.GccIter + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.Geom.rst b/doc/apidoc/OCC.Geom.rst new file mode 100644 index 000000000..78cd927c7 --- /dev/null +++ b/doc/apidoc/OCC.Geom.rst @@ -0,0 +1,7 @@ +OCC.Geom module +=============== + +.. automodule:: OCC.Geom + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.Geom2d.rst b/doc/apidoc/OCC.Geom2d.rst new file mode 100644 index 000000000..52686c7eb --- /dev/null +++ b/doc/apidoc/OCC.Geom2d.rst @@ -0,0 +1,7 @@ +OCC.Geom2d module +================= + +.. automodule:: OCC.Geom2d + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.Geom2dAPI.rst b/doc/apidoc/OCC.Geom2dAPI.rst new file mode 100644 index 000000000..e11a716d7 --- /dev/null +++ b/doc/apidoc/OCC.Geom2dAPI.rst @@ -0,0 +1,7 @@ +OCC.Geom2dAPI module +==================== + +.. automodule:: OCC.Geom2dAPI + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.Geom2dAdaptor.rst b/doc/apidoc/OCC.Geom2dAdaptor.rst new file mode 100644 index 000000000..97c6f92b4 --- /dev/null +++ b/doc/apidoc/OCC.Geom2dAdaptor.rst @@ -0,0 +1,7 @@ +OCC.Geom2dAdaptor module +======================== + +.. automodule:: OCC.Geom2dAdaptor + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.Geom2dConvert.rst b/doc/apidoc/OCC.Geom2dConvert.rst new file mode 100644 index 000000000..36dfb5267 --- /dev/null +++ b/doc/apidoc/OCC.Geom2dConvert.rst @@ -0,0 +1,7 @@ +OCC.Geom2dConvert module +======================== + +.. automodule:: OCC.Geom2dConvert + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.Geom2dGcc.rst b/doc/apidoc/OCC.Geom2dGcc.rst new file mode 100644 index 000000000..df7223b4f --- /dev/null +++ b/doc/apidoc/OCC.Geom2dGcc.rst @@ -0,0 +1,7 @@ +OCC.Geom2dGcc module +==================== + +.. automodule:: OCC.Geom2dGcc + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.Geom2dHatch.rst b/doc/apidoc/OCC.Geom2dHatch.rst new file mode 100644 index 000000000..ee18f5029 --- /dev/null +++ b/doc/apidoc/OCC.Geom2dHatch.rst @@ -0,0 +1,7 @@ +OCC.Geom2dHatch module +====================== + +.. automodule:: OCC.Geom2dHatch + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.Geom2dInt.rst b/doc/apidoc/OCC.Geom2dInt.rst new file mode 100644 index 000000000..15a2620a4 --- /dev/null +++ b/doc/apidoc/OCC.Geom2dInt.rst @@ -0,0 +1,7 @@ +OCC.Geom2dInt module +==================== + +.. automodule:: OCC.Geom2dInt + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.Geom2dLProp.rst b/doc/apidoc/OCC.Geom2dLProp.rst new file mode 100644 index 000000000..bca4a702d --- /dev/null +++ b/doc/apidoc/OCC.Geom2dLProp.rst @@ -0,0 +1,7 @@ +OCC.Geom2dLProp module +====================== + +.. automodule:: OCC.Geom2dLProp + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.GeomAPI.rst b/doc/apidoc/OCC.GeomAPI.rst new file mode 100644 index 000000000..04888d0d6 --- /dev/null +++ b/doc/apidoc/OCC.GeomAPI.rst @@ -0,0 +1,7 @@ +OCC.GeomAPI module +================== + +.. automodule:: OCC.GeomAPI + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.GeomAbs.rst b/doc/apidoc/OCC.GeomAbs.rst new file mode 100644 index 000000000..4997cc934 --- /dev/null +++ b/doc/apidoc/OCC.GeomAbs.rst @@ -0,0 +1,7 @@ +OCC.GeomAbs module +================== + +.. automodule:: OCC.GeomAbs + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.GeomAdaptor.rst b/doc/apidoc/OCC.GeomAdaptor.rst new file mode 100644 index 000000000..60e98bc18 --- /dev/null +++ b/doc/apidoc/OCC.GeomAdaptor.rst @@ -0,0 +1,7 @@ +OCC.GeomAdaptor module +====================== + +.. automodule:: OCC.GeomAdaptor + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.GeomConvert.rst b/doc/apidoc/OCC.GeomConvert.rst new file mode 100644 index 000000000..084a1e600 --- /dev/null +++ b/doc/apidoc/OCC.GeomConvert.rst @@ -0,0 +1,7 @@ +OCC.GeomConvert module +====================== + +.. automodule:: OCC.GeomConvert + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.GeomFill.rst b/doc/apidoc/OCC.GeomFill.rst new file mode 100644 index 000000000..9c5e52000 --- /dev/null +++ b/doc/apidoc/OCC.GeomFill.rst @@ -0,0 +1,7 @@ +OCC.GeomFill module +=================== + +.. automodule:: OCC.GeomFill + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.GeomInt.rst b/doc/apidoc/OCC.GeomInt.rst new file mode 100644 index 000000000..25dbf6866 --- /dev/null +++ b/doc/apidoc/OCC.GeomInt.rst @@ -0,0 +1,7 @@ +OCC.GeomInt module +================== + +.. automodule:: OCC.GeomInt + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.GeomLProp.rst b/doc/apidoc/OCC.GeomLProp.rst new file mode 100644 index 000000000..ff1597251 --- /dev/null +++ b/doc/apidoc/OCC.GeomLProp.rst @@ -0,0 +1,7 @@ +OCC.GeomLProp module +==================== + +.. automodule:: OCC.GeomLProp + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.GeomLib.rst b/doc/apidoc/OCC.GeomLib.rst new file mode 100644 index 000000000..a2ccbdf1c --- /dev/null +++ b/doc/apidoc/OCC.GeomLib.rst @@ -0,0 +1,7 @@ +OCC.GeomLib module +================== + +.. automodule:: OCC.GeomLib + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.GeomPlate.rst b/doc/apidoc/OCC.GeomPlate.rst new file mode 100644 index 000000000..2a6ae16d7 --- /dev/null +++ b/doc/apidoc/OCC.GeomPlate.rst @@ -0,0 +1,7 @@ +OCC.GeomPlate module +==================== + +.. automodule:: OCC.GeomPlate + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.GeomProjLib.rst b/doc/apidoc/OCC.GeomProjLib.rst new file mode 100644 index 000000000..c8a3291ce --- /dev/null +++ b/doc/apidoc/OCC.GeomProjLib.rst @@ -0,0 +1,7 @@ +OCC.GeomProjLib module +====================== + +.. automodule:: OCC.GeomProjLib + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.GeomTools.rst b/doc/apidoc/OCC.GeomTools.rst new file mode 100644 index 000000000..9735f8e87 --- /dev/null +++ b/doc/apidoc/OCC.GeomTools.rst @@ -0,0 +1,7 @@ +OCC.GeomTools module +==================== + +.. automodule:: OCC.GeomTools + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.GraphDS.rst b/doc/apidoc/OCC.GraphDS.rst new file mode 100644 index 000000000..2ad6beb40 --- /dev/null +++ b/doc/apidoc/OCC.GraphDS.rst @@ -0,0 +1,7 @@ +OCC.GraphDS module +================== + +.. automodule:: OCC.GraphDS + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.GraphTools.rst b/doc/apidoc/OCC.GraphTools.rst new file mode 100644 index 000000000..1c474fe91 --- /dev/null +++ b/doc/apidoc/OCC.GraphTools.rst @@ -0,0 +1,7 @@ +OCC.GraphTools module +===================== + +.. automodule:: OCC.GraphTools + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.Graphic3d.rst b/doc/apidoc/OCC.Graphic3d.rst new file mode 100644 index 000000000..b04bd2f72 --- /dev/null +++ b/doc/apidoc/OCC.Graphic3d.rst @@ -0,0 +1,7 @@ +OCC.Graphic3d module +==================== + +.. automodule:: OCC.Graphic3d + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.HLRAlgo.rst b/doc/apidoc/OCC.HLRAlgo.rst new file mode 100644 index 000000000..633ba7e75 --- /dev/null +++ b/doc/apidoc/OCC.HLRAlgo.rst @@ -0,0 +1,7 @@ +OCC.HLRAlgo module +================== + +.. automodule:: OCC.HLRAlgo + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.HLRAppli.rst b/doc/apidoc/OCC.HLRAppli.rst new file mode 100644 index 000000000..ac62a07af --- /dev/null +++ b/doc/apidoc/OCC.HLRAppli.rst @@ -0,0 +1,7 @@ +OCC.HLRAppli module +=================== + +.. automodule:: OCC.HLRAppli + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.HLRBRep.rst b/doc/apidoc/OCC.HLRBRep.rst new file mode 100644 index 000000000..aec060ec1 --- /dev/null +++ b/doc/apidoc/OCC.HLRBRep.rst @@ -0,0 +1,7 @@ +OCC.HLRBRep module +================== + +.. automodule:: OCC.HLRBRep + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.HLRTopoBRep.rst b/doc/apidoc/OCC.HLRTopoBRep.rst new file mode 100644 index 000000000..330e8c95c --- /dev/null +++ b/doc/apidoc/OCC.HLRTopoBRep.rst @@ -0,0 +1,7 @@ +OCC.HLRTopoBRep module +====================== + +.. automodule:: OCC.HLRTopoBRep + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.Hatch.rst b/doc/apidoc/OCC.Hatch.rst new file mode 100644 index 000000000..57a826f31 --- /dev/null +++ b/doc/apidoc/OCC.Hatch.rst @@ -0,0 +1,7 @@ +OCC.Hatch module +================ + +.. automodule:: OCC.Hatch + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.HatchGen.rst b/doc/apidoc/OCC.HatchGen.rst new file mode 100644 index 000000000..f9e94ba42 --- /dev/null +++ b/doc/apidoc/OCC.HatchGen.rst @@ -0,0 +1,7 @@ +OCC.HatchGen module +=================== + +.. automodule:: OCC.HatchGen + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.Hermit.rst b/doc/apidoc/OCC.Hermit.rst new file mode 100644 index 000000000..93ef56225 --- /dev/null +++ b/doc/apidoc/OCC.Hermit.rst @@ -0,0 +1,7 @@ +OCC.Hermit module +================= + +.. automodule:: OCC.Hermit + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.IFSelect.rst b/doc/apidoc/OCC.IFSelect.rst new file mode 100644 index 000000000..ad54fe184 --- /dev/null +++ b/doc/apidoc/OCC.IFSelect.rst @@ -0,0 +1,7 @@ +OCC.IFSelect module +=================== + +.. automodule:: OCC.IFSelect + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.IGESControl.rst b/doc/apidoc/OCC.IGESControl.rst new file mode 100644 index 000000000..37583f285 --- /dev/null +++ b/doc/apidoc/OCC.IGESControl.rst @@ -0,0 +1,7 @@ +OCC.IGESControl module +====================== + +.. automodule:: OCC.IGESControl + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.Image.rst b/doc/apidoc/OCC.Image.rst new file mode 100644 index 000000000..7abce3851 --- /dev/null +++ b/doc/apidoc/OCC.Image.rst @@ -0,0 +1,7 @@ +OCC.Image module +================ + +.. automodule:: OCC.Image + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.IncludeLibrary.rst b/doc/apidoc/OCC.IncludeLibrary.rst new file mode 100644 index 000000000..9d989ac26 --- /dev/null +++ b/doc/apidoc/OCC.IncludeLibrary.rst @@ -0,0 +1,7 @@ +OCC.IncludeLibrary module +========================= + +.. automodule:: OCC.IncludeLibrary + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.IntAna.rst b/doc/apidoc/OCC.IntAna.rst new file mode 100644 index 000000000..589d2449e --- /dev/null +++ b/doc/apidoc/OCC.IntAna.rst @@ -0,0 +1,7 @@ +OCC.IntAna module +================= + +.. automodule:: OCC.IntAna + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.IntAna2d.rst b/doc/apidoc/OCC.IntAna2d.rst new file mode 100644 index 000000000..b40518257 --- /dev/null +++ b/doc/apidoc/OCC.IntAna2d.rst @@ -0,0 +1,7 @@ +OCC.IntAna2d module +=================== + +.. automodule:: OCC.IntAna2d + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.IntCurve.rst b/doc/apidoc/OCC.IntCurve.rst new file mode 100644 index 000000000..abda6c423 --- /dev/null +++ b/doc/apidoc/OCC.IntCurve.rst @@ -0,0 +1,7 @@ +OCC.IntCurve module +=================== + +.. automodule:: OCC.IntCurve + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.IntCurveSurface.rst b/doc/apidoc/OCC.IntCurveSurface.rst new file mode 100644 index 000000000..63e3f3569 --- /dev/null +++ b/doc/apidoc/OCC.IntCurveSurface.rst @@ -0,0 +1,7 @@ +OCC.IntCurveSurface module +========================== + +.. automodule:: OCC.IntCurveSurface + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.IntCurvesFace.rst b/doc/apidoc/OCC.IntCurvesFace.rst new file mode 100644 index 000000000..c28d5a080 --- /dev/null +++ b/doc/apidoc/OCC.IntCurvesFace.rst @@ -0,0 +1,7 @@ +OCC.IntCurvesFace module +======================== + +.. automodule:: OCC.IntCurvesFace + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.IntImp.rst b/doc/apidoc/OCC.IntImp.rst new file mode 100644 index 000000000..a55e03d9e --- /dev/null +++ b/doc/apidoc/OCC.IntImp.rst @@ -0,0 +1,7 @@ +OCC.IntImp module +================= + +.. automodule:: OCC.IntImp + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.IntImpParGen.rst b/doc/apidoc/OCC.IntImpParGen.rst new file mode 100644 index 000000000..33d6681c0 --- /dev/null +++ b/doc/apidoc/OCC.IntImpParGen.rst @@ -0,0 +1,7 @@ +OCC.IntImpParGen module +======================= + +.. automodule:: OCC.IntImpParGen + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.IntPatch.rst b/doc/apidoc/OCC.IntPatch.rst new file mode 100644 index 000000000..fabc762fa --- /dev/null +++ b/doc/apidoc/OCC.IntPatch.rst @@ -0,0 +1,7 @@ +OCC.IntPatch module +=================== + +.. automodule:: OCC.IntPatch + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.IntPoly.rst b/doc/apidoc/OCC.IntPoly.rst new file mode 100644 index 000000000..895307554 --- /dev/null +++ b/doc/apidoc/OCC.IntPoly.rst @@ -0,0 +1,7 @@ +OCC.IntPoly module +================== + +.. automodule:: OCC.IntPoly + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.IntPolyh.rst b/doc/apidoc/OCC.IntPolyh.rst new file mode 100644 index 000000000..b80c2de9f --- /dev/null +++ b/doc/apidoc/OCC.IntPolyh.rst @@ -0,0 +1,7 @@ +OCC.IntPolyh module +=================== + +.. automodule:: OCC.IntPolyh + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.IntRes2d.rst b/doc/apidoc/OCC.IntRes2d.rst new file mode 100644 index 000000000..339094119 --- /dev/null +++ b/doc/apidoc/OCC.IntRes2d.rst @@ -0,0 +1,7 @@ +OCC.IntRes2d module +=================== + +.. automodule:: OCC.IntRes2d + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.IntStart.rst b/doc/apidoc/OCC.IntStart.rst new file mode 100644 index 000000000..9c57efca4 --- /dev/null +++ b/doc/apidoc/OCC.IntStart.rst @@ -0,0 +1,7 @@ +OCC.IntStart module +=================== + +.. automodule:: OCC.IntStart + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.IntSurf.rst b/doc/apidoc/OCC.IntSurf.rst new file mode 100644 index 000000000..88c680402 --- /dev/null +++ b/doc/apidoc/OCC.IntSurf.rst @@ -0,0 +1,7 @@ +OCC.IntSurf module +================== + +.. automodule:: OCC.IntSurf + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.IntTools.rst b/doc/apidoc/OCC.IntTools.rst new file mode 100644 index 000000000..c0f9c42b7 --- /dev/null +++ b/doc/apidoc/OCC.IntTools.rst @@ -0,0 +1,7 @@ +OCC.IntTools module +=================== + +.. automodule:: OCC.IntTools + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.IntWalk.rst b/doc/apidoc/OCC.IntWalk.rst new file mode 100644 index 000000000..a40609d0c --- /dev/null +++ b/doc/apidoc/OCC.IntWalk.rst @@ -0,0 +1,7 @@ +OCC.IntWalk module +================== + +.. automodule:: OCC.IntWalk + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.Interface.rst b/doc/apidoc/OCC.Interface.rst new file mode 100644 index 000000000..d7cf91775 --- /dev/null +++ b/doc/apidoc/OCC.Interface.rst @@ -0,0 +1,7 @@ +OCC.Interface module +==================== + +.. automodule:: OCC.Interface + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.InterfaceGraphic.rst b/doc/apidoc/OCC.InterfaceGraphic.rst new file mode 100644 index 000000000..683d0906f --- /dev/null +++ b/doc/apidoc/OCC.InterfaceGraphic.rst @@ -0,0 +1,7 @@ +OCC.InterfaceGraphic module +=========================== + +.. automodule:: OCC.InterfaceGraphic + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.Intf.rst b/doc/apidoc/OCC.Intf.rst new file mode 100644 index 000000000..04e469526 --- /dev/null +++ b/doc/apidoc/OCC.Intf.rst @@ -0,0 +1,7 @@ +OCC.Intf module +=============== + +.. automodule:: OCC.Intf + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.Intrv.rst b/doc/apidoc/OCC.Intrv.rst new file mode 100644 index 000000000..d179e53ce --- /dev/null +++ b/doc/apidoc/OCC.Intrv.rst @@ -0,0 +1,7 @@ +OCC.Intrv module +================ + +.. automodule:: OCC.Intrv + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.LProp.rst b/doc/apidoc/OCC.LProp.rst new file mode 100644 index 000000000..9ba634269 --- /dev/null +++ b/doc/apidoc/OCC.LProp.rst @@ -0,0 +1,7 @@ +OCC.LProp module +================ + +.. automodule:: OCC.LProp + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.LProp3d.rst b/doc/apidoc/OCC.LProp3d.rst new file mode 100644 index 000000000..e6c00806a --- /dev/null +++ b/doc/apidoc/OCC.LProp3d.rst @@ -0,0 +1,7 @@ +OCC.LProp3d module +================== + +.. automodule:: OCC.LProp3d + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.Law.rst b/doc/apidoc/OCC.Law.rst new file mode 100644 index 000000000..2cd1db84f --- /dev/null +++ b/doc/apidoc/OCC.Law.rst @@ -0,0 +1,7 @@ +OCC.Law module +============== + +.. automodule:: OCC.Law + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.LocOpe.rst b/doc/apidoc/OCC.LocOpe.rst new file mode 100644 index 000000000..b7e519318 --- /dev/null +++ b/doc/apidoc/OCC.LocOpe.rst @@ -0,0 +1,7 @@ +OCC.LocOpe module +================= + +.. automodule:: OCC.LocOpe + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.LocalAnalysis.rst b/doc/apidoc/OCC.LocalAnalysis.rst new file mode 100644 index 000000000..587104677 --- /dev/null +++ b/doc/apidoc/OCC.LocalAnalysis.rst @@ -0,0 +1,7 @@ +OCC.LocalAnalysis module +======================== + +.. automodule:: OCC.LocalAnalysis + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.MAT.rst b/doc/apidoc/OCC.MAT.rst new file mode 100644 index 000000000..35ffcda8d --- /dev/null +++ b/doc/apidoc/OCC.MAT.rst @@ -0,0 +1,7 @@ +OCC.MAT module +============== + +.. automodule:: OCC.MAT + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.MAT2d.rst b/doc/apidoc/OCC.MAT2d.rst new file mode 100644 index 000000000..542cb71ce --- /dev/null +++ b/doc/apidoc/OCC.MAT2d.rst @@ -0,0 +1,7 @@ +OCC.MAT2d module +================ + +.. automodule:: OCC.MAT2d + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.MMgt.rst b/doc/apidoc/OCC.MMgt.rst new file mode 100644 index 000000000..edddfffe9 --- /dev/null +++ b/doc/apidoc/OCC.MMgt.rst @@ -0,0 +1,7 @@ +OCC.MMgt module +=============== + +.. automodule:: OCC.MMgt + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.Materials.rst b/doc/apidoc/OCC.Materials.rst new file mode 100644 index 000000000..15d5e90e7 --- /dev/null +++ b/doc/apidoc/OCC.Materials.rst @@ -0,0 +1,7 @@ +OCC.Materials module +==================== + +.. automodule:: OCC.Materials + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.Message.rst b/doc/apidoc/OCC.Message.rst new file mode 100644 index 000000000..12589b9ad --- /dev/null +++ b/doc/apidoc/OCC.Message.rst @@ -0,0 +1,7 @@ +OCC.Message module +================== + +.. automodule:: OCC.Message + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.NCollection.rst b/doc/apidoc/OCC.NCollection.rst new file mode 100644 index 000000000..265fb4597 --- /dev/null +++ b/doc/apidoc/OCC.NCollection.rst @@ -0,0 +1,7 @@ +OCC.NCollection module +====================== + +.. automodule:: OCC.NCollection + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.NLPlate.rst b/doc/apidoc/OCC.NLPlate.rst new file mode 100644 index 000000000..a3feb286a --- /dev/null +++ b/doc/apidoc/OCC.NLPlate.rst @@ -0,0 +1,7 @@ +OCC.NLPlate module +================== + +.. automodule:: OCC.NLPlate + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.OSD.rst b/doc/apidoc/OCC.OSD.rst new file mode 100644 index 000000000..2d2e38637 --- /dev/null +++ b/doc/apidoc/OCC.OSD.rst @@ -0,0 +1,7 @@ +OCC.OSD module +============== + +.. automodule:: OCC.OSD + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.PLib.rst b/doc/apidoc/OCC.PLib.rst new file mode 100644 index 000000000..3ff906e2d --- /dev/null +++ b/doc/apidoc/OCC.PLib.rst @@ -0,0 +1,7 @@ +OCC.PLib module +=============== + +.. automodule:: OCC.PLib + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.Plate.rst b/doc/apidoc/OCC.Plate.rst new file mode 100644 index 000000000..00e249219 --- /dev/null +++ b/doc/apidoc/OCC.Plate.rst @@ -0,0 +1,7 @@ +OCC.Plate module +================ + +.. automodule:: OCC.Plate + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.Plugin.rst b/doc/apidoc/OCC.Plugin.rst new file mode 100644 index 000000000..1581d8b57 --- /dev/null +++ b/doc/apidoc/OCC.Plugin.rst @@ -0,0 +1,7 @@ +OCC.Plugin module +================= + +.. automodule:: OCC.Plugin + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.Poly.rst b/doc/apidoc/OCC.Poly.rst new file mode 100644 index 000000000..c6a592bf4 --- /dev/null +++ b/doc/apidoc/OCC.Poly.rst @@ -0,0 +1,7 @@ +OCC.Poly module +=============== + +.. automodule:: OCC.Poly + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.Precision.rst b/doc/apidoc/OCC.Precision.rst new file mode 100644 index 000000000..5f06faf0c --- /dev/null +++ b/doc/apidoc/OCC.Precision.rst @@ -0,0 +1,7 @@ +OCC.Precision module +==================== + +.. automodule:: OCC.Precision + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.Primitives.rst b/doc/apidoc/OCC.Primitives.rst new file mode 100644 index 000000000..d5985a9d3 --- /dev/null +++ b/doc/apidoc/OCC.Primitives.rst @@ -0,0 +1,7 @@ +OCC.Primitives module +===================== + +.. automodule:: OCC.Primitives + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.ProjLib.rst b/doc/apidoc/OCC.ProjLib.rst new file mode 100644 index 000000000..3ef41c613 --- /dev/null +++ b/doc/apidoc/OCC.ProjLib.rst @@ -0,0 +1,7 @@ +OCC.ProjLib module +================== + +.. automodule:: OCC.ProjLib + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.Prs3d.rst b/doc/apidoc/OCC.Prs3d.rst new file mode 100644 index 000000000..c6c29b934 --- /dev/null +++ b/doc/apidoc/OCC.Prs3d.rst @@ -0,0 +1,7 @@ +OCC.Prs3d module +================ + +.. automodule:: OCC.Prs3d + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.PrsMgr.rst b/doc/apidoc/OCC.PrsMgr.rst new file mode 100644 index 000000000..f846da8dc --- /dev/null +++ b/doc/apidoc/OCC.PrsMgr.rst @@ -0,0 +1,7 @@ +OCC.PrsMgr module +================= + +.. automodule:: OCC.PrsMgr + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.Quantity.rst b/doc/apidoc/OCC.Quantity.rst new file mode 100644 index 000000000..48d57978b --- /dev/null +++ b/doc/apidoc/OCC.Quantity.rst @@ -0,0 +1,7 @@ +OCC.Quantity module +=================== + +.. automodule:: OCC.Quantity + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.RWStl.rst b/doc/apidoc/OCC.RWStl.rst new file mode 100644 index 000000000..e1e216dad --- /dev/null +++ b/doc/apidoc/OCC.RWStl.rst @@ -0,0 +1,7 @@ +OCC.RWStl module +================ + +.. automodule:: OCC.RWStl + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.Resource.rst b/doc/apidoc/OCC.Resource.rst new file mode 100644 index 000000000..f666a43e5 --- /dev/null +++ b/doc/apidoc/OCC.Resource.rst @@ -0,0 +1,7 @@ +OCC.Resource module +=================== + +.. automodule:: OCC.Resource + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.STEPControl.rst b/doc/apidoc/OCC.STEPControl.rst new file mode 100644 index 000000000..fff5adeec --- /dev/null +++ b/doc/apidoc/OCC.STEPControl.rst @@ -0,0 +1,7 @@ +OCC.STEPControl module +====================== + +.. automodule:: OCC.STEPControl + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.Select3D.rst b/doc/apidoc/OCC.Select3D.rst new file mode 100644 index 000000000..2a8fb52a1 --- /dev/null +++ b/doc/apidoc/OCC.Select3D.rst @@ -0,0 +1,7 @@ +OCC.Select3D module +=================== + +.. automodule:: OCC.Select3D + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.SelectBasics.rst b/doc/apidoc/OCC.SelectBasics.rst new file mode 100644 index 000000000..d0064e476 --- /dev/null +++ b/doc/apidoc/OCC.SelectBasics.rst @@ -0,0 +1,7 @@ +OCC.SelectBasics module +======================= + +.. automodule:: OCC.SelectBasics + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.SelectMgr.rst b/doc/apidoc/OCC.SelectMgr.rst new file mode 100644 index 000000000..6b4e8d8b2 --- /dev/null +++ b/doc/apidoc/OCC.SelectMgr.rst @@ -0,0 +1,7 @@ +OCC.SelectMgr module +==================== + +.. automodule:: OCC.SelectMgr + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.ShapeAlgo.rst b/doc/apidoc/OCC.ShapeAlgo.rst new file mode 100644 index 000000000..47f898693 --- /dev/null +++ b/doc/apidoc/OCC.ShapeAlgo.rst @@ -0,0 +1,7 @@ +OCC.ShapeAlgo module +==================== + +.. automodule:: OCC.ShapeAlgo + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.ShapeAnalysis.rst b/doc/apidoc/OCC.ShapeAnalysis.rst new file mode 100644 index 000000000..1475f75fa --- /dev/null +++ b/doc/apidoc/OCC.ShapeAnalysis.rst @@ -0,0 +1,7 @@ +OCC.ShapeAnalysis module +======================== + +.. automodule:: OCC.ShapeAnalysis + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.ShapeBuild.rst b/doc/apidoc/OCC.ShapeBuild.rst new file mode 100644 index 000000000..e9062fa61 --- /dev/null +++ b/doc/apidoc/OCC.ShapeBuild.rst @@ -0,0 +1,7 @@ +OCC.ShapeBuild module +===================== + +.. automodule:: OCC.ShapeBuild + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.ShapeConstruct.rst b/doc/apidoc/OCC.ShapeConstruct.rst new file mode 100644 index 000000000..6bdd222b5 --- /dev/null +++ b/doc/apidoc/OCC.ShapeConstruct.rst @@ -0,0 +1,7 @@ +OCC.ShapeConstruct module +========================= + +.. automodule:: OCC.ShapeConstruct + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.ShapeCustom.rst b/doc/apidoc/OCC.ShapeCustom.rst new file mode 100644 index 000000000..91c94ad52 --- /dev/null +++ b/doc/apidoc/OCC.ShapeCustom.rst @@ -0,0 +1,7 @@ +OCC.ShapeCustom module +====================== + +.. automodule:: OCC.ShapeCustom + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.ShapeExtend.rst b/doc/apidoc/OCC.ShapeExtend.rst new file mode 100644 index 000000000..0047a15ea --- /dev/null +++ b/doc/apidoc/OCC.ShapeExtend.rst @@ -0,0 +1,7 @@ +OCC.ShapeExtend module +====================== + +.. automodule:: OCC.ShapeExtend + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.ShapeFix.rst b/doc/apidoc/OCC.ShapeFix.rst new file mode 100644 index 000000000..7fd829b2c --- /dev/null +++ b/doc/apidoc/OCC.ShapeFix.rst @@ -0,0 +1,7 @@ +OCC.ShapeFix module +=================== + +.. automodule:: OCC.ShapeFix + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.ShapeProcess.rst b/doc/apidoc/OCC.ShapeProcess.rst new file mode 100644 index 000000000..16e9ee5a8 --- /dev/null +++ b/doc/apidoc/OCC.ShapeProcess.rst @@ -0,0 +1,7 @@ +OCC.ShapeProcess module +======================= + +.. automodule:: OCC.ShapeProcess + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.ShapeProcessAPI.rst b/doc/apidoc/OCC.ShapeProcessAPI.rst new file mode 100644 index 000000000..42a04244a --- /dev/null +++ b/doc/apidoc/OCC.ShapeProcessAPI.rst @@ -0,0 +1,7 @@ +OCC.ShapeProcessAPI module +========================== + +.. automodule:: OCC.ShapeProcessAPI + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.ShapeUpgrade.rst b/doc/apidoc/OCC.ShapeUpgrade.rst new file mode 100644 index 000000000..13d2f0f78 --- /dev/null +++ b/doc/apidoc/OCC.ShapeUpgrade.rst @@ -0,0 +1,7 @@ +OCC.ShapeUpgrade module +======================= + +.. automodule:: OCC.ShapeUpgrade + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.SortTools.rst b/doc/apidoc/OCC.SortTools.rst new file mode 100644 index 000000000..6573023d0 --- /dev/null +++ b/doc/apidoc/OCC.SortTools.rst @@ -0,0 +1,7 @@ +OCC.SortTools module +==================== + +.. automodule:: OCC.SortTools + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.Standard.rst b/doc/apidoc/OCC.Standard.rst new file mode 100644 index 000000000..a7cda20ff --- /dev/null +++ b/doc/apidoc/OCC.Standard.rst @@ -0,0 +1,7 @@ +OCC.Standard module +=================== + +.. automodule:: OCC.Standard + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.StdFail.rst b/doc/apidoc/OCC.StdFail.rst new file mode 100644 index 000000000..39c4fec1b --- /dev/null +++ b/doc/apidoc/OCC.StdFail.rst @@ -0,0 +1,7 @@ +OCC.StdFail module +================== + +.. automodule:: OCC.StdFail + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.StdPrs.rst b/doc/apidoc/OCC.StdPrs.rst new file mode 100644 index 000000000..a2283e152 --- /dev/null +++ b/doc/apidoc/OCC.StdPrs.rst @@ -0,0 +1,7 @@ +OCC.StdPrs module +================= + +.. automodule:: OCC.StdPrs + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.StdSelect.rst b/doc/apidoc/OCC.StdSelect.rst new file mode 100644 index 000000000..2c26bf574 --- /dev/null +++ b/doc/apidoc/OCC.StdSelect.rst @@ -0,0 +1,7 @@ +OCC.StdSelect module +==================== + +.. automodule:: OCC.StdSelect + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.StlAPI.rst b/doc/apidoc/OCC.StlAPI.rst new file mode 100644 index 000000000..db9351542 --- /dev/null +++ b/doc/apidoc/OCC.StlAPI.rst @@ -0,0 +1,7 @@ +OCC.StlAPI module +================= + +.. automodule:: OCC.StlAPI + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.StlMesh.rst b/doc/apidoc/OCC.StlMesh.rst new file mode 100644 index 000000000..c4b254308 --- /dev/null +++ b/doc/apidoc/OCC.StlMesh.rst @@ -0,0 +1,7 @@ +OCC.StlMesh module +================== + +.. automodule:: OCC.StlMesh + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.StlTransfer.rst b/doc/apidoc/OCC.StlTransfer.rst new file mode 100644 index 000000000..09493bf98 --- /dev/null +++ b/doc/apidoc/OCC.StlTransfer.rst @@ -0,0 +1,7 @@ +OCC.StlTransfer module +====================== + +.. automodule:: OCC.StlTransfer + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.Storage.rst b/doc/apidoc/OCC.Storage.rst new file mode 100644 index 000000000..9da7738cd --- /dev/null +++ b/doc/apidoc/OCC.Storage.rst @@ -0,0 +1,7 @@ +OCC.Storage module +================== + +.. automodule:: OCC.Storage + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.Sweep.rst b/doc/apidoc/OCC.Sweep.rst new file mode 100644 index 000000000..caf6015ef --- /dev/null +++ b/doc/apidoc/OCC.Sweep.rst @@ -0,0 +1,7 @@ +OCC.Sweep module +================ + +.. automodule:: OCC.Sweep + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.TColGeom.rst b/doc/apidoc/OCC.TColGeom.rst new file mode 100644 index 000000000..5ea38e536 --- /dev/null +++ b/doc/apidoc/OCC.TColGeom.rst @@ -0,0 +1,7 @@ +OCC.TColGeom module +=================== + +.. automodule:: OCC.TColGeom + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.TColGeom2d.rst b/doc/apidoc/OCC.TColGeom2d.rst new file mode 100644 index 000000000..42cae2bf9 --- /dev/null +++ b/doc/apidoc/OCC.TColGeom2d.rst @@ -0,0 +1,7 @@ +OCC.TColGeom2d module +===================== + +.. automodule:: OCC.TColGeom2d + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.TColQuantity.rst b/doc/apidoc/OCC.TColQuantity.rst new file mode 100644 index 000000000..1e73c511d --- /dev/null +++ b/doc/apidoc/OCC.TColQuantity.rst @@ -0,0 +1,7 @@ +OCC.TColQuantity module +======================= + +.. automodule:: OCC.TColQuantity + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.TColStd.rst b/doc/apidoc/OCC.TColStd.rst new file mode 100644 index 000000000..bd0c46e1d --- /dev/null +++ b/doc/apidoc/OCC.TColStd.rst @@ -0,0 +1,7 @@ +OCC.TColStd module +================== + +.. automodule:: OCC.TColStd + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.TColgp.rst b/doc/apidoc/OCC.TColgp.rst new file mode 100644 index 000000000..976b83862 --- /dev/null +++ b/doc/apidoc/OCC.TColgp.rst @@ -0,0 +1,7 @@ +OCC.TColgp module +================= + +.. automodule:: OCC.TColgp + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.TCollection.rst b/doc/apidoc/OCC.TCollection.rst new file mode 100644 index 000000000..b126b5fd0 --- /dev/null +++ b/doc/apidoc/OCC.TCollection.rst @@ -0,0 +1,7 @@ +OCC.TCollection module +====================== + +.. automodule:: OCC.TCollection + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.TShort.rst b/doc/apidoc/OCC.TShort.rst new file mode 100644 index 000000000..8fc5ea476 --- /dev/null +++ b/doc/apidoc/OCC.TShort.rst @@ -0,0 +1,7 @@ +OCC.TShort module +================= + +.. automodule:: OCC.TShort + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.TopAbs.rst b/doc/apidoc/OCC.TopAbs.rst new file mode 100644 index 000000000..6cca7beb3 --- /dev/null +++ b/doc/apidoc/OCC.TopAbs.rst @@ -0,0 +1,7 @@ +OCC.TopAbs module +================= + +.. automodule:: OCC.TopAbs + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.TopBas.rst b/doc/apidoc/OCC.TopBas.rst new file mode 100644 index 000000000..49ef42dba --- /dev/null +++ b/doc/apidoc/OCC.TopBas.rst @@ -0,0 +1,7 @@ +OCC.TopBas module +================= + +.. automodule:: OCC.TopBas + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.TopClass.rst b/doc/apidoc/OCC.TopClass.rst new file mode 100644 index 000000000..6b49a6549 --- /dev/null +++ b/doc/apidoc/OCC.TopClass.rst @@ -0,0 +1,7 @@ +OCC.TopClass module +=================== + +.. automodule:: OCC.TopClass + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.TopCnx.rst b/doc/apidoc/OCC.TopCnx.rst new file mode 100644 index 000000000..f131eea19 --- /dev/null +++ b/doc/apidoc/OCC.TopCnx.rst @@ -0,0 +1,7 @@ +OCC.TopCnx module +================= + +.. automodule:: OCC.TopCnx + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.TopExp.rst b/doc/apidoc/OCC.TopExp.rst new file mode 100644 index 000000000..596b8827e --- /dev/null +++ b/doc/apidoc/OCC.TopExp.rst @@ -0,0 +1,7 @@ +OCC.TopExp module +================= + +.. automodule:: OCC.TopExp + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.TopLoc.rst b/doc/apidoc/OCC.TopLoc.rst new file mode 100644 index 000000000..06db13943 --- /dev/null +++ b/doc/apidoc/OCC.TopLoc.rst @@ -0,0 +1,7 @@ +OCC.TopLoc module +================= + +.. automodule:: OCC.TopLoc + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.TopOpeBRep.rst b/doc/apidoc/OCC.TopOpeBRep.rst new file mode 100644 index 000000000..5efff6e71 --- /dev/null +++ b/doc/apidoc/OCC.TopOpeBRep.rst @@ -0,0 +1,7 @@ +OCC.TopOpeBRep module +===================== + +.. automodule:: OCC.TopOpeBRep + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.TopOpeBRepBuild.rst b/doc/apidoc/OCC.TopOpeBRepBuild.rst new file mode 100644 index 000000000..137891313 --- /dev/null +++ b/doc/apidoc/OCC.TopOpeBRepBuild.rst @@ -0,0 +1,7 @@ +OCC.TopOpeBRepBuild module +========================== + +.. automodule:: OCC.TopOpeBRepBuild + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.TopOpeBRepDS.rst b/doc/apidoc/OCC.TopOpeBRepDS.rst new file mode 100644 index 000000000..1dda065d3 --- /dev/null +++ b/doc/apidoc/OCC.TopOpeBRepDS.rst @@ -0,0 +1,7 @@ +OCC.TopOpeBRepDS module +======================= + +.. automodule:: OCC.TopOpeBRepDS + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.TopOpeBRepTool.rst b/doc/apidoc/OCC.TopOpeBRepTool.rst new file mode 100644 index 000000000..37024ee2e --- /dev/null +++ b/doc/apidoc/OCC.TopOpeBRepTool.rst @@ -0,0 +1,7 @@ +OCC.TopOpeBRepTool module +========================= + +.. automodule:: OCC.TopOpeBRepTool + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.TopTools.rst b/doc/apidoc/OCC.TopTools.rst new file mode 100644 index 000000000..b95ec9dd6 --- /dev/null +++ b/doc/apidoc/OCC.TopTools.rst @@ -0,0 +1,7 @@ +OCC.TopTools module +=================== + +.. automodule:: OCC.TopTools + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.TopTrans.rst b/doc/apidoc/OCC.TopTrans.rst new file mode 100644 index 000000000..4c17a07c0 --- /dev/null +++ b/doc/apidoc/OCC.TopTrans.rst @@ -0,0 +1,7 @@ +OCC.TopTrans module +=================== + +.. automodule:: OCC.TopTrans + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.TopoDS.rst b/doc/apidoc/OCC.TopoDS.rst new file mode 100644 index 000000000..f662c855c --- /dev/null +++ b/doc/apidoc/OCC.TopoDS.rst @@ -0,0 +1,7 @@ +OCC.TopoDS module +================= + +.. automodule:: OCC.TopoDS + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.Units.rst b/doc/apidoc/OCC.Units.rst new file mode 100644 index 000000000..309424027 --- /dev/null +++ b/doc/apidoc/OCC.Units.rst @@ -0,0 +1,7 @@ +OCC.Units module +================ + +.. automodule:: OCC.Units + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.UnitsAPI.rst b/doc/apidoc/OCC.UnitsAPI.rst new file mode 100644 index 000000000..aea792ea1 --- /dev/null +++ b/doc/apidoc/OCC.UnitsAPI.rst @@ -0,0 +1,7 @@ +OCC.UnitsAPI module +=================== + +.. automodule:: OCC.UnitsAPI + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.V3d.rst b/doc/apidoc/OCC.V3d.rst new file mode 100644 index 000000000..4595670fc --- /dev/null +++ b/doc/apidoc/OCC.V3d.rst @@ -0,0 +1,7 @@ +OCC.V3d module +============== + +.. automodule:: OCC.V3d + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.Visual3d.rst b/doc/apidoc/OCC.Visual3d.rst new file mode 100644 index 000000000..c4f08ab7a --- /dev/null +++ b/doc/apidoc/OCC.Visual3d.rst @@ -0,0 +1,7 @@ +OCC.Visual3d module +=================== + +.. automodule:: OCC.Visual3d + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.Visualization.rst b/doc/apidoc/OCC.Visualization.rst new file mode 100644 index 000000000..e003fcef3 --- /dev/null +++ b/doc/apidoc/OCC.Visualization.rst @@ -0,0 +1,7 @@ +OCC.Visualization module +======================== + +.. automodule:: OCC.Visualization + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.XBRepMesh.rst b/doc/apidoc/OCC.XBRepMesh.rst new file mode 100644 index 000000000..c21f01e50 --- /dev/null +++ b/doc/apidoc/OCC.XBRepMesh.rst @@ -0,0 +1,7 @@ +OCC.XBRepMesh module +==================== + +.. automodule:: OCC.XBRepMesh + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.XSControl.rst b/doc/apidoc/OCC.XSControl.rst new file mode 100644 index 000000000..22eaf49a9 --- /dev/null +++ b/doc/apidoc/OCC.XSControl.rst @@ -0,0 +1,7 @@ +OCC.XSControl module +==================== + +.. automodule:: OCC.XSControl + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.gce.rst b/doc/apidoc/OCC.gce.rst new file mode 100644 index 000000000..787c6a6f1 --- /dev/null +++ b/doc/apidoc/OCC.gce.rst @@ -0,0 +1,7 @@ +OCC.gce module +============== + +.. automodule:: OCC.gce + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.gp.rst b/doc/apidoc/OCC.gp.rst new file mode 100644 index 000000000..6dbdb0a83 --- /dev/null +++ b/doc/apidoc/OCC.gp.rst @@ -0,0 +1,7 @@ +OCC.gp module +============= + +.. automodule:: OCC.gp + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.math.rst b/doc/apidoc/OCC.math.rst new file mode 100644 index 000000000..6dae775e6 --- /dev/null +++ b/doc/apidoc/OCC.math.rst @@ -0,0 +1,7 @@ +OCC.math module +=============== + +.. automodule:: OCC.math + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/apidoc/OCC.rst b/doc/apidoc/OCC.rst index 84c072d99..ee32ffb8a 100644 --- a/doc/apidoc/OCC.rst +++ b/doc/apidoc/OCC.rst @@ -11,1742 +11,225 @@ Subpackages Submodules ---------- -OCC.AIS module --------------- - -.. automodule:: OCC.AIS - :members: - :undoc-members: - :show-inheritance: - -OCC.Adaptor2d module --------------------- - -.. automodule:: OCC.Adaptor2d - :members: - :undoc-members: - :show-inheritance: - -OCC.Adaptor3d module --------------------- - -.. automodule:: OCC.Adaptor3d - :members: - :undoc-members: - :show-inheritance: - -OCC.AdvApp2Var module ---------------------- - -.. automodule:: OCC.AdvApp2Var - :members: - :undoc-members: - :show-inheritance: - -OCC.AdvApprox module --------------------- - -.. automodule:: OCC.AdvApprox - :members: - :undoc-members: - :show-inheritance: - -OCC.AppBlend module -------------------- - -.. automodule:: OCC.AppBlend - :members: - :undoc-members: - :show-inheritance: - -OCC.AppCont module ------------------- - -.. automodule:: OCC.AppCont - :members: - :undoc-members: - :show-inheritance: - -OCC.AppDef module ------------------ - -.. automodule:: OCC.AppDef - :members: - :undoc-members: - :show-inheritance: - -OCC.AppParCurves module ------------------------ - -.. automodule:: OCC.AppParCurves - :members: - :undoc-members: - :show-inheritance: - -OCC.Approx module ------------------ - -.. automodule:: OCC.Approx - :members: - :undoc-members: - :show-inheritance: - -OCC.ApproxInt module --------------------- - -.. automodule:: OCC.ApproxInt - :members: - :undoc-members: - :show-inheritance: - -OCC.Aspect module ------------------ - -.. automodule:: OCC.Aspect - :members: - :undoc-members: - :show-inheritance: - -OCC.BOPAlgo module ------------------- - -.. automodule:: OCC.BOPAlgo - :members: - :undoc-members: - :show-inheritance: - -OCC.BOPCol module ------------------ - -.. automodule:: OCC.BOPCol - :members: - :undoc-members: - :show-inheritance: - -OCC.BOPDS module ----------------- - -.. automodule:: OCC.BOPDS - :members: - :undoc-members: - :show-inheritance: - -OCC.BOPInt module ------------------ - -.. automodule:: OCC.BOPInt - :members: - :undoc-members: - :show-inheritance: - -OCC.BOPTools module -------------------- - -.. automodule:: OCC.BOPTools - :members: - :undoc-members: - :show-inheritance: - -OCC.BRep module ---------------- - -.. automodule:: OCC.BRep - :members: - :undoc-members: - :show-inheritance: - -OCC.BRepAdaptor module ----------------------- - -.. automodule:: OCC.BRepAdaptor - :members: - :undoc-members: - :show-inheritance: - -OCC.BRepAlgo module -------------------- - -.. automodule:: OCC.BRepAlgo - :members: - :undoc-members: - :show-inheritance: - -OCC.BRepAlgoAPI module ----------------------- - -.. automodule:: OCC.BRepAlgoAPI - :members: - :undoc-members: - :show-inheritance: - -OCC.BRepApprox module ---------------------- - -.. automodule:: OCC.BRepApprox - :members: - :undoc-members: - :show-inheritance: - -OCC.BRepBlend module --------------------- - -.. automodule:: OCC.BRepBlend - :members: - :undoc-members: - :show-inheritance: - -OCC.BRepBndLib module ---------------------- - -.. automodule:: OCC.BRepBndLib - :members: - :undoc-members: - :show-inheritance: - -OCC.BRepBuilderAPI module -------------------------- - -.. automodule:: OCC.BRepBuilderAPI - :members: - :undoc-members: - :show-inheritance: - -OCC.BRepCheck module --------------------- - -.. automodule:: OCC.BRepCheck - :members: - :undoc-members: - :show-inheritance: - -OCC.BRepClass module --------------------- - -.. automodule:: OCC.BRepClass - :members: - :undoc-members: - :show-inheritance: - -OCC.BRepClass3d module ----------------------- - -.. automodule:: OCC.BRepClass3d - :members: - :undoc-members: - :show-inheritance: - -OCC.BRepExtrema module ----------------------- - -.. automodule:: OCC.BRepExtrema - :members: - :undoc-members: - :show-inheritance: - -OCC.BRepFeat module -------------------- - -.. automodule:: OCC.BRepFeat - :members: - :undoc-members: - :show-inheritance: - -OCC.BRepFill module -------------------- - -.. automodule:: OCC.BRepFill - :members: - :undoc-members: - :show-inheritance: - -OCC.BRepFilletAPI module ------------------------- - -.. automodule:: OCC.BRepFilletAPI - :members: - :undoc-members: - :show-inheritance: - -OCC.BRepGProp module --------------------- - -.. automodule:: OCC.BRepGProp - :members: - :undoc-members: - :show-inheritance: - -OCC.BRepIntCurveSurface module ------------------------------- - -.. automodule:: OCC.BRepIntCurveSurface - :members: - :undoc-members: - :show-inheritance: - -OCC.BRepLProp module --------------------- - -.. automodule:: OCC.BRepLProp - :members: - :undoc-members: - :show-inheritance: - -OCC.BRepLib module ------------------- - -.. automodule:: OCC.BRepLib - :members: - :undoc-members: - :show-inheritance: - -OCC.BRepMAT2d module --------------------- - -.. automodule:: OCC.BRepMAT2d - :members: - :undoc-members: - :show-inheritance: - -OCC.BRepMesh module -------------------- - -.. automodule:: OCC.BRepMesh - :members: - :undoc-members: - :show-inheritance: - -OCC.BRepOffset module ---------------------- - -.. automodule:: OCC.BRepOffset - :members: - :undoc-members: - :show-inheritance: - -OCC.BRepOffsetAPI module ------------------------- - -.. automodule:: OCC.BRepOffsetAPI - :members: - :undoc-members: - :show-inheritance: - -OCC.BRepPrim module -------------------- - -.. automodule:: OCC.BRepPrim - :members: - :undoc-members: - :show-inheritance: - -OCC.BRepPrimAPI module ----------------------- - -.. automodule:: OCC.BRepPrimAPI - :members: - :undoc-members: - :show-inheritance: - -OCC.BRepProj module -------------------- - -.. automodule:: OCC.BRepProj - :members: - :undoc-members: - :show-inheritance: - -OCC.BRepSweep module --------------------- - -.. automodule:: OCC.BRepSweep - :members: - :undoc-members: - :show-inheritance: - -OCC.BRepTools module --------------------- - -.. automodule:: OCC.BRepTools - :members: - :undoc-members: - :show-inheritance: - -OCC.BRepTopAdaptor module -------------------------- - -.. automodule:: OCC.BRepTopAdaptor - :members: - :undoc-members: - :show-inheritance: - -OCC.BSplCLib module -------------------- - -.. automodule:: OCC.BSplCLib - :members: - :undoc-members: - :show-inheritance: - -OCC.BSplSLib module -------------------- - -.. automodule:: OCC.BSplSLib - :members: - :undoc-members: - :show-inheritance: - -OCC.BiTgte module ------------------ - -.. automodule:: OCC.BiTgte - :members: - :undoc-members: - :show-inheritance: - -OCC.Bisector module -------------------- - -.. automodule:: OCC.Bisector - :members: - :undoc-members: - :show-inheritance: - -OCC.Blend module ----------------- - -.. automodule:: OCC.Blend - :members: - :undoc-members: - :show-inheritance: - -OCC.BlendFunc module --------------------- - -.. automodule:: OCC.BlendFunc - :members: - :undoc-members: - :show-inheritance: - -OCC.Bnd module --------------- - -.. automodule:: OCC.Bnd - :members: - :undoc-members: - :show-inheritance: - -OCC.BndLib module ------------------ - -.. automodule:: OCC.BndLib - :members: - :undoc-members: - :show-inheritance: - -OCC.CPnts module ----------------- - -.. automodule:: OCC.CPnts - :members: - :undoc-members: - :show-inheritance: - -OCC.CSLib module ----------------- - -.. automodule:: OCC.CSLib - :members: - :undoc-members: - :show-inheritance: - -OCC.ChFi2d module ------------------ - -.. automodule:: OCC.ChFi2d - :members: - :undoc-members: - :show-inheritance: - -OCC.ChFi3d module ------------------ - -.. automodule:: OCC.ChFi3d - :members: - :undoc-members: - :show-inheritance: - -OCC.ChFiDS module ------------------ - -.. automodule:: OCC.ChFiDS - :members: - :undoc-members: - :show-inheritance: - -OCC.ChFiKPart module --------------------- - -.. automodule:: OCC.ChFiKPart - :members: - :undoc-members: - :show-inheritance: - -OCC.Contap module ------------------ - -.. automodule:: OCC.Contap - :members: - :undoc-members: - :show-inheritance: - -OCC.Convert module ------------------- - -.. automodule:: OCC.Convert - :members: - :undoc-members: - :show-inheritance: - -OCC.Dico module ---------------- - -.. automodule:: OCC.Dico - :members: - :undoc-members: - :show-inheritance: - -OCC.Draft module ----------------- - -.. automodule:: OCC.Draft - :members: - :undoc-members: - :show-inheritance: - -OCC.DsgPrs module ------------------ - -.. automodule:: OCC.DsgPrs - :members: - :undoc-members: - :show-inheritance: - -OCC.Dynamic module ------------------- - -.. automodule:: OCC.Dynamic - :members: - :undoc-members: - :show-inheritance: - -OCC.ElCLib module ------------------ - -.. automodule:: OCC.ElCLib - :members: - :undoc-members: - :show-inheritance: - -OCC.ElSLib module ------------------ - -.. automodule:: OCC.ElSLib - :members: - :undoc-members: - :show-inheritance: - -OCC.Expr module ---------------- - -.. automodule:: OCC.Expr - :members: - :undoc-members: - :show-inheritance: - -OCC.ExprIntrp module --------------------- - -.. automodule:: OCC.ExprIntrp - :members: - :undoc-members: - :show-inheritance: - -OCC.Extrema module ------------------- - -.. automodule:: OCC.Extrema - :members: - :undoc-members: - :show-inheritance: - -OCC.FEmTool module ------------------- - -.. automodule:: OCC.FEmTool - :members: - :undoc-members: - :show-inheritance: - -OCC.FSD module --------------- - -.. automodule:: OCC.FSD - :members: - :undoc-members: - :show-inheritance: - -OCC.FairCurve module --------------------- - -.. automodule:: OCC.FairCurve - :members: - :undoc-members: - :show-inheritance: - -OCC.FilletSurf module ---------------------- - -.. automodule:: OCC.FilletSurf - :members: - :undoc-members: - :show-inheritance: - -OCC.GC module -------------- - -.. automodule:: OCC.GC - :members: - :undoc-members: - :show-inheritance: - -OCC.GCE2d module ----------------- - -.. automodule:: OCC.GCE2d - :members: - :undoc-members: - :show-inheritance: - -OCC.GCPnts module ------------------ - -.. automodule:: OCC.GCPnts - :members: - :undoc-members: - :show-inheritance: - -OCC.GProp module ----------------- - -.. automodule:: OCC.GProp - :members: - :undoc-members: - :show-inheritance: - -OCC.GarbageCollector module ---------------------------- - -.. automodule:: OCC.GarbageCollector - :members: - :undoc-members: - :show-inheritance: - -OCC.GccAna module ------------------ - -.. automodule:: OCC.GccAna - :members: - :undoc-members: - :show-inheritance: - -OCC.GccEnt module ------------------ - -.. automodule:: OCC.GccEnt - :members: - :undoc-members: - :show-inheritance: - -OCC.GccGeo module ------------------ - -.. automodule:: OCC.GccGeo - :members: - :undoc-members: - :show-inheritance: - -OCC.GccInt module ------------------ - -.. automodule:: OCC.GccInt - :members: - :undoc-members: - :show-inheritance: - -OCC.GccIter module ------------------- - -.. automodule:: OCC.GccIter - :members: - :undoc-members: - :show-inheritance: - -OCC.Geom module ---------------- - -.. automodule:: OCC.Geom - :members: - :undoc-members: - :show-inheritance: - -OCC.Geom2d module ------------------ - -.. automodule:: OCC.Geom2d - :members: - :undoc-members: - :show-inheritance: - -OCC.Geom2dAPI module --------------------- - -.. automodule:: OCC.Geom2dAPI - :members: - :undoc-members: - :show-inheritance: - -OCC.Geom2dAdaptor module ------------------------- - -.. automodule:: OCC.Geom2dAdaptor - :members: - :undoc-members: - :show-inheritance: - -OCC.Geom2dConvert module ------------------------- - -.. automodule:: OCC.Geom2dConvert - :members: - :undoc-members: - :show-inheritance: - -OCC.Geom2dGcc module --------------------- - -.. automodule:: OCC.Geom2dGcc - :members: - :undoc-members: - :show-inheritance: - -OCC.Geom2dHatch module ----------------------- - -.. automodule:: OCC.Geom2dHatch - :members: - :undoc-members: - :show-inheritance: - -OCC.Geom2dInt module --------------------- - -.. automodule:: OCC.Geom2dInt - :members: - :undoc-members: - :show-inheritance: - -OCC.Geom2dLProp module ----------------------- - -.. automodule:: OCC.Geom2dLProp - :members: - :undoc-members: - :show-inheritance: - -OCC.GeomAPI module ------------------- - -.. automodule:: OCC.GeomAPI - :members: - :undoc-members: - :show-inheritance: - -OCC.GeomAbs module ------------------- - -.. automodule:: OCC.GeomAbs - :members: - :undoc-members: - :show-inheritance: - -OCC.GeomAdaptor module ----------------------- - -.. automodule:: OCC.GeomAdaptor - :members: - :undoc-members: - :show-inheritance: - -OCC.GeomConvert module ----------------------- - -.. automodule:: OCC.GeomConvert - :members: - :undoc-members: - :show-inheritance: - -OCC.GeomFill module -------------------- - -.. automodule:: OCC.GeomFill - :members: - :undoc-members: - :show-inheritance: - -OCC.GeomInt module ------------------- - -.. automodule:: OCC.GeomInt - :members: - :undoc-members: - :show-inheritance: - -OCC.GeomLProp module --------------------- - -.. automodule:: OCC.GeomLProp - :members: - :undoc-members: - :show-inheritance: - -OCC.GeomLib module ------------------- - -.. automodule:: OCC.GeomLib - :members: - :undoc-members: - :show-inheritance: - -OCC.GeomPlate module --------------------- - -.. automodule:: OCC.GeomPlate - :members: - :undoc-members: - :show-inheritance: - -OCC.GeomProjLib module ----------------------- - -.. automodule:: OCC.GeomProjLib - :members: - :undoc-members: - :show-inheritance: - -OCC.GeomTools module --------------------- - -.. automodule:: OCC.GeomTools - :members: - :undoc-members: - :show-inheritance: - -OCC.GraphDS module ------------------- - -.. automodule:: OCC.GraphDS - :members: - :undoc-members: - :show-inheritance: - -OCC.GraphTools module ---------------------- - -.. automodule:: OCC.GraphTools - :members: - :undoc-members: - :show-inheritance: - -OCC.Graphic3d module --------------------- - -.. automodule:: OCC.Graphic3d - :members: - :undoc-members: - :show-inheritance: - -OCC.HLRAlgo module ------------------- - -.. automodule:: OCC.HLRAlgo - :members: - :undoc-members: - :show-inheritance: - -OCC.HLRAppli module -------------------- - -.. automodule:: OCC.HLRAppli - :members: - :undoc-members: - :show-inheritance: - -OCC.HLRBRep module ------------------- - -.. automodule:: OCC.HLRBRep - :members: - :undoc-members: - :show-inheritance: - -OCC.HLRTopoBRep module ----------------------- - -.. automodule:: OCC.HLRTopoBRep - :members: - :undoc-members: - :show-inheritance: - -OCC.Hatch module ----------------- - -.. automodule:: OCC.Hatch - :members: - :undoc-members: - :show-inheritance: - -OCC.HatchGen module -------------------- - -.. automodule:: OCC.HatchGen - :members: - :undoc-members: - :show-inheritance: - -OCC.Hermit module ------------------ - -.. automodule:: OCC.Hermit - :members: - :undoc-members: - :show-inheritance: - -OCC.IFSelect module -------------------- - -.. automodule:: OCC.IFSelect - :members: - :undoc-members: - :show-inheritance: - -OCC.IGESControl module ----------------------- - -.. automodule:: OCC.IGESControl - :members: - :undoc-members: - :show-inheritance: - -OCC.Image module ----------------- - -.. automodule:: OCC.Image - :members: - :undoc-members: - :show-inheritance: - -OCC.IncludeLibrary module -------------------------- - -.. automodule:: OCC.IncludeLibrary - :members: - :undoc-members: - :show-inheritance: - -OCC.IntAna module ------------------ - -.. automodule:: OCC.IntAna - :members: - :undoc-members: - :show-inheritance: - -OCC.IntAna2d module -------------------- - -.. automodule:: OCC.IntAna2d - :members: - :undoc-members: - :show-inheritance: - -OCC.IntCurve module -------------------- - -.. automodule:: OCC.IntCurve - :members: - :undoc-members: - :show-inheritance: - -OCC.IntCurveSurface module --------------------------- - -.. automodule:: OCC.IntCurveSurface - :members: - :undoc-members: - :show-inheritance: - -OCC.IntCurvesFace module ------------------------- - -.. automodule:: OCC.IntCurvesFace - :members: - :undoc-members: - :show-inheritance: - -OCC.IntImp module ------------------ - -.. automodule:: OCC.IntImp - :members: - :undoc-members: - :show-inheritance: - -OCC.IntImpParGen module ------------------------ - -.. automodule:: OCC.IntImpParGen - :members: - :undoc-members: - :show-inheritance: - -OCC.IntPatch module -------------------- - -.. automodule:: OCC.IntPatch - :members: - :undoc-members: - :show-inheritance: - -OCC.IntPoly module ------------------- - -.. automodule:: OCC.IntPoly - :members: - :undoc-members: - :show-inheritance: - -OCC.IntPolyh module -------------------- - -.. automodule:: OCC.IntPolyh - :members: - :undoc-members: - :show-inheritance: - -OCC.IntRes2d module -------------------- - -.. automodule:: OCC.IntRes2d - :members: - :undoc-members: - :show-inheritance: - -OCC.IntStart module -------------------- - -.. automodule:: OCC.IntStart - :members: - :undoc-members: - :show-inheritance: - -OCC.IntSurf module ------------------- - -.. automodule:: OCC.IntSurf - :members: - :undoc-members: - :show-inheritance: - -OCC.IntTools module -------------------- - -.. automodule:: OCC.IntTools - :members: - :undoc-members: - :show-inheritance: - -OCC.IntWalk module ------------------- - -.. automodule:: OCC.IntWalk - :members: - :undoc-members: - :show-inheritance: - -OCC.Interface module --------------------- - -.. automodule:: OCC.Interface - :members: - :undoc-members: - :show-inheritance: - -OCC.InterfaceGraphic module ---------------------------- - -.. automodule:: OCC.InterfaceGraphic - :members: - :undoc-members: - :show-inheritance: - -OCC.Intf module ---------------- - -.. automodule:: OCC.Intf - :members: - :undoc-members: - :show-inheritance: - -OCC.Intrv module ----------------- - -.. automodule:: OCC.Intrv - :members: - :undoc-members: - :show-inheritance: - -OCC.LProp module ----------------- - -.. automodule:: OCC.LProp - :members: - :undoc-members: - :show-inheritance: - -OCC.LProp3d module ------------------- - -.. automodule:: OCC.LProp3d - :members: - :undoc-members: - :show-inheritance: - -OCC.Law module --------------- - -.. automodule:: OCC.Law - :members: - :undoc-members: - :show-inheritance: - -OCC.LocOpe module ------------------ - -.. automodule:: OCC.LocOpe - :members: - :undoc-members: - :show-inheritance: - -OCC.LocalAnalysis module ------------------------- - -.. automodule:: OCC.LocalAnalysis - :members: - :undoc-members: - :show-inheritance: - -OCC.MAT module --------------- - -.. automodule:: OCC.MAT - :members: - :undoc-members: - :show-inheritance: - -OCC.MAT2d module ----------------- - -.. automodule:: OCC.MAT2d - :members: - :undoc-members: - :show-inheritance: - -OCC.MMgt module ---------------- - -.. automodule:: OCC.MMgt - :members: - :undoc-members: - :show-inheritance: - -OCC.Materials module --------------------- - -.. automodule:: OCC.Materials - :members: - :undoc-members: - :show-inheritance: - -OCC.Message module ------------------- - -.. automodule:: OCC.Message - :members: - :undoc-members: - :show-inheritance: - -OCC.NCollection module ----------------------- - -.. automodule:: OCC.NCollection - :members: - :undoc-members: - :show-inheritance: - -OCC.NLPlate module ------------------- - -.. automodule:: OCC.NLPlate - :members: - :undoc-members: - :show-inheritance: - -OCC.OSD module --------------- - -.. automodule:: OCC.OSD - :members: - :undoc-members: - :show-inheritance: - -OCC.PLib module ---------------- - -.. automodule:: OCC.PLib - :members: - :undoc-members: - :show-inheritance: - -OCC.Plate module ----------------- - -.. automodule:: OCC.Plate - :members: - :undoc-members: - :show-inheritance: - -OCC.Plugin module ------------------ - -.. automodule:: OCC.Plugin - :members: - :undoc-members: - :show-inheritance: - -OCC.Poly module ---------------- - -.. automodule:: OCC.Poly - :members: - :undoc-members: - :show-inheritance: - -OCC.Precision module --------------------- - -.. automodule:: OCC.Precision - :members: - :undoc-members: - :show-inheritance: - -OCC.Primitives module ---------------------- - -.. automodule:: OCC.Primitives - :members: - :undoc-members: - :show-inheritance: - -OCC.ProjLib module ------------------- - -.. automodule:: OCC.ProjLib - :members: - :undoc-members: - :show-inheritance: - -OCC.Prs3d module ----------------- - -.. automodule:: OCC.Prs3d - :members: - :undoc-members: - :show-inheritance: - -OCC.PrsMgr module ------------------ - -.. automodule:: OCC.PrsMgr - :members: - :undoc-members: - :show-inheritance: - -OCC.Quantity module -------------------- - -.. automodule:: OCC.Quantity - :members: - :undoc-members: - :show-inheritance: - -OCC.RWStl module ----------------- - -.. automodule:: OCC.RWStl - :members: - :undoc-members: - :show-inheritance: - -OCC.Resource module -------------------- - -.. automodule:: OCC.Resource - :members: - :undoc-members: - :show-inheritance: - -OCC.STEPControl module ----------------------- - -.. automodule:: OCC.STEPControl - :members: - :undoc-members: - :show-inheritance: - -OCC.Select3D module -------------------- - -.. automodule:: OCC.Select3D - :members: - :undoc-members: - :show-inheritance: - -OCC.SelectBasics module ------------------------ - -.. automodule:: OCC.SelectBasics - :members: - :undoc-members: - :show-inheritance: - -OCC.SelectMgr module --------------------- - -.. automodule:: OCC.SelectMgr - :members: - :undoc-members: - :show-inheritance: - -OCC.ShapeAlgo module --------------------- - -.. automodule:: OCC.ShapeAlgo - :members: - :undoc-members: - :show-inheritance: - -OCC.ShapeAnalysis module ------------------------- - -.. automodule:: OCC.ShapeAnalysis - :members: - :undoc-members: - :show-inheritance: - -OCC.ShapeBuild module ---------------------- - -.. automodule:: OCC.ShapeBuild - :members: - :undoc-members: - :show-inheritance: - -OCC.ShapeConstruct module -------------------------- - -.. automodule:: OCC.ShapeConstruct - :members: - :undoc-members: - :show-inheritance: - -OCC.ShapeCustom module ----------------------- - -.. automodule:: OCC.ShapeCustom - :members: - :undoc-members: - :show-inheritance: - -OCC.ShapeExtend module ----------------------- - -.. automodule:: OCC.ShapeExtend - :members: - :undoc-members: - :show-inheritance: - -OCC.ShapeFix module -------------------- - -.. automodule:: OCC.ShapeFix - :members: - :undoc-members: - :show-inheritance: - -OCC.ShapeProcess module ------------------------ - -.. automodule:: OCC.ShapeProcess - :members: - :undoc-members: - :show-inheritance: - -OCC.ShapeProcessAPI module --------------------------- - -.. automodule:: OCC.ShapeProcessAPI - :members: - :undoc-members: - :show-inheritance: - -OCC.ShapeUpgrade module ------------------------ - -.. automodule:: OCC.ShapeUpgrade - :members: - :undoc-members: - :show-inheritance: - -OCC.SortTools module --------------------- - -.. automodule:: OCC.SortTools - :members: - :undoc-members: - :show-inheritance: - -OCC.Standard module -------------------- - -.. automodule:: OCC.Standard - :members: - :undoc-members: - :show-inheritance: - -OCC.StdFail module ------------------- - -.. automodule:: OCC.StdFail - :members: - :undoc-members: - :show-inheritance: - -OCC.StdPrs module ------------------ - -.. automodule:: OCC.StdPrs - :members: - :undoc-members: - :show-inheritance: - -OCC.StdSelect module --------------------- - -.. automodule:: OCC.StdSelect - :members: - :undoc-members: - :show-inheritance: - -OCC.StlAPI module ------------------ - -.. automodule:: OCC.StlAPI - :members: - :undoc-members: - :show-inheritance: - -OCC.StlMesh module ------------------- - -.. automodule:: OCC.StlMesh - :members: - :undoc-members: - :show-inheritance: - -OCC.StlTransfer module ----------------------- - -.. automodule:: OCC.StlTransfer - :members: - :undoc-members: - :show-inheritance: - -OCC.Storage module ------------------- - -.. automodule:: OCC.Storage - :members: - :undoc-members: - :show-inheritance: - -OCC.Sweep module ----------------- - -.. automodule:: OCC.Sweep - :members: - :undoc-members: - :show-inheritance: - -OCC.TColGeom module -------------------- - -.. automodule:: OCC.TColGeom - :members: - :undoc-members: - :show-inheritance: - -OCC.TColGeom2d module ---------------------- - -.. automodule:: OCC.TColGeom2d - :members: - :undoc-members: - :show-inheritance: - -OCC.TColQuantity module ------------------------ - -.. automodule:: OCC.TColQuantity - :members: - :undoc-members: - :show-inheritance: - -OCC.TColStd module ------------------- - -.. automodule:: OCC.TColStd - :members: - :undoc-members: - :show-inheritance: - -OCC.TColgp module ------------------ - -.. automodule:: OCC.TColgp - :members: - :undoc-members: - :show-inheritance: - -OCC.TCollection module ----------------------- - -.. automodule:: OCC.TCollection - :members: - :undoc-members: - :show-inheritance: - -OCC.TShort module ------------------ - -.. automodule:: OCC.TShort - :members: - :undoc-members: - :show-inheritance: - -OCC.TopAbs module ------------------ - -.. automodule:: OCC.TopAbs - :members: - :undoc-members: - :show-inheritance: - -OCC.TopBas module ------------------ - -.. automodule:: OCC.TopBas - :members: - :undoc-members: - :show-inheritance: - -OCC.TopClass module -------------------- - -.. automodule:: OCC.TopClass - :members: - :undoc-members: - :show-inheritance: - -OCC.TopCnx module ------------------ - -.. automodule:: OCC.TopCnx - :members: - :undoc-members: - :show-inheritance: - -OCC.TopExp module ------------------ - -.. automodule:: OCC.TopExp - :members: - :undoc-members: - :show-inheritance: - -OCC.TopLoc module ------------------ - -.. automodule:: OCC.TopLoc - :members: - :undoc-members: - :show-inheritance: - -OCC.TopOpeBRep module ---------------------- - -.. automodule:: OCC.TopOpeBRep - :members: - :undoc-members: - :show-inheritance: - -OCC.TopOpeBRepBuild module --------------------------- - -.. automodule:: OCC.TopOpeBRepBuild - :members: - :undoc-members: - :show-inheritance: - -OCC.TopOpeBRepDS module ------------------------ - -.. automodule:: OCC.TopOpeBRepDS - :members: - :undoc-members: - :show-inheritance: - -OCC.TopOpeBRepTool module -------------------------- - -.. automodule:: OCC.TopOpeBRepTool - :members: - :undoc-members: - :show-inheritance: - -OCC.TopTools module -------------------- - -.. automodule:: OCC.TopTools - :members: - :undoc-members: - :show-inheritance: - -OCC.TopTrans module -------------------- - -.. automodule:: OCC.TopTrans - :members: - :undoc-members: - :show-inheritance: - -OCC.TopoDS module ------------------ - -.. automodule:: OCC.TopoDS - :members: - :undoc-members: - :show-inheritance: - -OCC.Units module ----------------- - -.. automodule:: OCC.Units - :members: - :undoc-members: - :show-inheritance: - -OCC.UnitsAPI module -------------------- - -.. automodule:: OCC.UnitsAPI - :members: - :undoc-members: - :show-inheritance: - -OCC.V3d module --------------- - -.. automodule:: OCC.V3d - :members: - :undoc-members: - :show-inheritance: - -OCC.Visual3d module -------------------- - -.. automodule:: OCC.Visual3d - :members: - :undoc-members: - :show-inheritance: - -OCC.Visualization module ------------------------- - -.. automodule:: OCC.Visualization - :members: - :undoc-members: - :show-inheritance: - -OCC.XBRepMesh module --------------------- - -.. automodule:: OCC.XBRepMesh - :members: - :undoc-members: - :show-inheritance: - -OCC.XSControl module --------------------- - -.. automodule:: OCC.XSControl - :members: - :undoc-members: - :show-inheritance: - -OCC.gce module --------------- - -.. automodule:: OCC.gce - :members: - :undoc-members: - :show-inheritance: - -OCC.gp module -------------- - -.. automodule:: OCC.gp - :members: - :undoc-members: - :show-inheritance: - -OCC.math module ---------------- - -.. automodule:: OCC.math - :members: - :undoc-members: - :show-inheritance: +.. toctree:: + OCC.AIS + OCC.Adaptor2d + OCC.Adaptor3d + OCC.AdvApp2Var + OCC.AdvApprox + OCC.AppBlend + OCC.AppCont + OCC.AppDef + OCC.AppParCurves + OCC.Approx + OCC.ApproxInt + OCC.Aspect + OCC.BOPAlgo + OCC.BOPCol + OCC.BOPDS + OCC.BOPInt + OCC.BOPTools + OCC.BRep + OCC.BRepAdaptor + OCC.BRepAlgo + OCC.BRepAlgoAPI + OCC.BRepApprox + OCC.BRepBlend + OCC.BRepBndLib + OCC.BRepBuilderAPI + OCC.BRepCheck + OCC.BRepClass + OCC.BRepClass3d + OCC.BRepExtrema + OCC.BRepFeat + OCC.BRepFill + OCC.BRepFilletAPI + OCC.BRepGProp + OCC.BRepIntCurveSurface + OCC.BRepLProp + OCC.BRepLib + OCC.BRepMAT2d + OCC.BRepMesh + OCC.BRepOffset + OCC.BRepOffsetAPI + OCC.BRepPrim + OCC.BRepPrimAPI + OCC.BRepProj + OCC.BRepSweep + OCC.BRepTools + OCC.BRepTopAdaptor + OCC.BSplCLib + OCC.BSplSLib + OCC.BiTgte + OCC.Bisector + OCC.Blend + OCC.BlendFunc + OCC.Bnd + OCC.BndLib + OCC.CPnts + OCC.CSLib + OCC.ChFi2d + OCC.ChFi3d + OCC.ChFiDS + OCC.ChFiKPart + OCC.Contap + OCC.Convert + OCC.Dico + OCC.Draft + OCC.DsgPrs + OCC.Dynamic + OCC.ElCLib + OCC.ElSLib + OCC.Expr + OCC.ExprIntrp + OCC.Extrema + OCC.FEmTool + OCC.FSD + OCC.FairCurve + OCC.FilletSurf + OCC.GC + OCC.GCE2d + OCC.GCPnts + OCC.GProp + OCC.GarbageCollector + OCC.GccAna + OCC.GccEnt + OCC.GccGeo + OCC.GccInt + OCC.GccIter + OCC.Geom + OCC.Geom2d + OCC.Geom2dAPI + OCC.Geom2dAdaptor + OCC.Geom2dConvert + OCC.Geom2dGcc + OCC.Geom2dHatch + OCC.Geom2dInt + OCC.Geom2dLProp + OCC.GeomAPI + OCC.GeomAbs + OCC.GeomAdaptor + OCC.GeomConvert + OCC.GeomFill + OCC.GeomInt + OCC.GeomLProp + OCC.GeomLib + OCC.GeomPlate + OCC.GeomProjLib + OCC.GeomTools + OCC.GraphDS + OCC.GraphTools + OCC.Graphic3d + OCC.HLRAlgo + OCC.HLRAppli + OCC.HLRBRep + OCC.HLRTopoBRep + OCC.Hatch + OCC.HatchGen + OCC.Hermit + OCC.IFSelect + OCC.IGESControl + OCC.Image + OCC.IncludeLibrary + OCC.IntAna + OCC.IntAna2d + OCC.IntCurve + OCC.IntCurveSurface + OCC.IntCurvesFace + OCC.IntImp + OCC.IntImpParGen + OCC.IntPatch + OCC.IntPoly + OCC.IntPolyh + OCC.IntRes2d + OCC.IntStart + OCC.IntSurf + OCC.IntTools + OCC.IntWalk + OCC.Interface + OCC.InterfaceGraphic + OCC.Intf + OCC.Intrv + OCC.LProp + OCC.LProp3d + OCC.Law + OCC.LocOpe + OCC.LocalAnalysis + OCC.MAT + OCC.MAT2d + OCC.MMgt + OCC.Materials + OCC.Message + OCC.NCollection + OCC.NLPlate + OCC.OSD + OCC.PLib + OCC.Plate + OCC.Plugin + OCC.Poly + OCC.Precision + OCC.Primitives + OCC.ProjLib + OCC.Prs3d + OCC.PrsMgr + OCC.Quantity + OCC.RWStl + OCC.Resource + OCC.STEPControl + OCC.Select3D + OCC.SelectBasics + OCC.SelectMgr + OCC.ShapeAlgo + OCC.ShapeAnalysis + OCC.ShapeBuild + OCC.ShapeConstruct + OCC.ShapeCustom + OCC.ShapeExtend + OCC.ShapeFix + OCC.ShapeProcess + OCC.ShapeProcessAPI + OCC.ShapeUpgrade + OCC.SortTools + OCC.Standard + OCC.StdFail + OCC.StdPrs + OCC.StdSelect + OCC.StlAPI + OCC.StlMesh + OCC.StlTransfer + OCC.Storage + OCC.Sweep + OCC.TColGeom + OCC.TColGeom2d + OCC.TColQuantity + OCC.TColStd + OCC.TColgp + OCC.TCollection + OCC.TShort + OCC.TopAbs + OCC.TopBas + OCC.TopClass + OCC.TopCnx + OCC.TopExp + OCC.TopLoc + OCC.TopOpeBRep + OCC.TopOpeBRepBuild + OCC.TopOpeBRepDS + OCC.TopOpeBRepTool + OCC.TopTools + OCC.TopTrans + OCC.TopoDS + OCC.Units + OCC.UnitsAPI + OCC.V3d + OCC.Visual3d + OCC.Visualization + OCC.XBRepMesh + OCC.XSControl + OCC.gce + OCC.gp + OCC.math Module contents --------------- diff --git a/doc/apidoc/README.md b/doc/apidoc/README.md new file mode 100644 index 000000000..8bc48b01c --- /dev/null +++ b/doc/apidoc/README.md @@ -0,0 +1,11 @@ +sphinx based api documentation + +rst files were generated wih:: + + $ sphinx-apidoc /Library/Python/2.7/site-packages/OCC --separate -o apidoc + +(on osx) + +To build the doc by yourself:: + + $ make html diff --git a/doc/examples/intro.rst b/doc/examples/intro.rst index c790fa246..19c26e9d9 100644 --- a/doc/examples/intro.rst +++ b/doc/examples/intro.rst @@ -15,7 +15,7 @@ From a python prompt, type the following:: In [1]: import OCC In [2]: OCC.VERSION - Out[2]: '0.16.0-dev' + Out[2]: '0.16.0' About this Document ------------------- diff --git a/doc/getting_started/build_install.rst b/doc/getting_started/build_install.rst index 29ca0d8d9..12315921b 100644 --- a/doc/getting_started/build_install.rst +++ b/doc/getting_started/build_install.rst @@ -129,7 +129,7 @@ As of now, *only* an osx build is completed, as conda support for pythonocc is a You can install pythonocc-core like so:: # add the channel - $ conda config --add channels http://conda.binstar.org/jf/osx-64/ + $ conda config --add channels http://conda.binstar.org/jf # create a pythonocc environment $ conda create -n pythonocc python # grab and install pythonocc diff --git a/examples/core_webgl_threejs_torus.py b/examples/core_webgl_threejs_torus.py index fca69c976..6c83cde15 100644 --- a/examples/core_webgl_threejs_torus.py +++ b/examples/core_webgl_threejs_torus.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -##Copyright 2009-2013 Thomas Paviot (tpaviot@gmail.com) +##Copyright 2009-2014 Thomas Paviot (tpaviot@gmail.com) ## ##This file is part of pythonOCC. ## diff --git a/pkg/conda/README.md b/pkg/conda/README.md index 9065e1bd5..04311465e 100644 --- a/pkg/conda/README.md +++ b/pkg/conda/README.md @@ -29,7 +29,7 @@ You can install pythonocc-core like so: ``` # add the channel -conda config --add channels http://conda.binstar.org/jf/osx-64/ +conda config --add channels http://conda.binstar.org/jf # create a pythonocc environment conda create -n pythonocc python # grab and install pythonocc diff --git a/pkg/conda/meta.yaml b/pkg/conda/meta.yaml index f76c620d9..bb53acc01 100644 --- a/pkg/conda/meta.yaml +++ b/pkg/conda/meta.yaml @@ -1,10 +1,10 @@ package: name: pythonocc-core - version: 0.16.0-dev + version: 0.16.0 source: - git_url: https://github.com/jf---/pythonocc-core.git - sha1: 55f9128c0247da27beefaa3e3ec32a8ba2dedb5c + git_url: https://github.com/tpaviot/pythonocc-core.git + git_tag: 0.16.0 build: number: 0