From 99f7bc700db86771be7c71cca6a99d752dcb41d9 Mon Sep 17 00:00:00 2001 From: Pieter Hijma Date: Wed, 15 Nov 2023 10:08:20 +0100 Subject: [PATCH] Add constructor documentation as well --- src/Mod/Part/App/HLRBRep/HLRBRep_AlgoPy.xml | 5 +++-- src/Mod/Part/App/HLRBRep/HLRBRep_PolyAlgoPy.xml | 4 +++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/Mod/Part/App/HLRBRep/HLRBRep_AlgoPy.xml b/src/Mod/Part/App/HLRBRep/HLRBRep_AlgoPy.xml index c3df82e957..22f810bfa4 100644 --- a/src/Mod/Part/App/HLRBRep/HLRBRep_AlgoPy.xml +++ b/src/Mod/Part/App/HLRBRep/HLRBRep_AlgoPy.xml @@ -14,7 +14,9 @@ Delete="false"> - A framework to compute a shape as seen in a projection + Algo() -> HLRBRep_Algo + +A framework to compute a shape as seen in a projection plane. This is done by calculating the visible and the hidden parts of the shape. HLRBRep_Algo works with three types of entity: @@ -48,7 +50,6 @@ HLRBRep_Algo object provides a framework for: calculates the visible and hidden parts of each face in a shape to be visualized by comparing each face in the shape with every other face in the same shape. - diff --git a/src/Mod/Part/App/HLRBRep/HLRBRep_PolyAlgoPy.xml b/src/Mod/Part/App/HLRBRep/HLRBRep_PolyAlgoPy.xml index 5c69dc0ff1..10c79c147a 100644 --- a/src/Mod/Part/App/HLRBRep/HLRBRep_PolyAlgoPy.xml +++ b/src/Mod/Part/App/HLRBRep/HLRBRep_PolyAlgoPy.xml @@ -14,7 +14,9 @@ Delete="false"> - A framework to compute the shape as seen in a projection + PolyAlgo() -> HLRBRep_PolyAlgo + +A framework to compute the shape as seen in a projection plane. This is done by calculating the visible and the hidden parts of the shape. HLRBRep_PolyAlgo works with three types of entity: