From e9bec6bddfc0b847303b1d88bdb3ee1470d06a62 Mon Sep 17 00:00:00 2001 From: eap Date: Fri, 28 Dec 2012 16:26:40 +0000 Subject: [PATCH] missing @param description --- src/SMESH_SWIG/smeshDC.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/SMESH_SWIG/smeshDC.py b/src/SMESH_SWIG/smeshDC.py index 02d2daa61..5ad50bdea 100644 --- a/src/SMESH_SWIG/smeshDC.py +++ b/src/SMESH_SWIG/smeshDC.py @@ -3264,6 +3264,7 @@ class Mesh: # @param StepVector vector or DirStruct or 3 vector components, defining # the direction and value of extrusion for one step (the total extrusion # length will be NbOfSteps * ||StepVector||) + # @param NbOfSteps the number of steps # @param MakeGroups forces the generation of new groups from existing ones # @param IsNodes is True if elements which belong to the object are nodes # @return list of created groups (SMESH_GroupBase) if MakeGroups=True, empty list otherwise -- 2.39.2