mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-11-15 01:58:36 +05:00
improve comments
This commit is contained in:
parent
7bb5234a22
commit
ac28055444
@ -1834,23 +1834,21 @@ class geompyDC(GEOM._objref_GEOM_Gen):
|
|||||||
RaiseIfFailed("MakeBoxTwoPnt", self.PrimOp)
|
RaiseIfFailed("MakeBoxTwoPnt", self.PrimOp)
|
||||||
return anObj
|
return anObj
|
||||||
|
|
||||||
## Create a face with specified dimensions along OX-OY coordinate axes,
|
## Create a face with specified dimensions with edges parallel to coordinate axes.
|
||||||
# with edges, parallel to this coordinate axes.
|
|
||||||
# @param theH height of Face.
|
# @param theH height of Face.
|
||||||
# @param theW width of Face.
|
# @param theW width of Face.
|
||||||
# @param theOrientation orientation belong axis OXY OYZ OZX
|
# @param theOrientation face orientation: 1-OXY, 2-OYZ, 3-OZX
|
||||||
# @return New GEOM.GEOM_Object, containing the created face.
|
# @return New GEOM.GEOM_Object, containing the created face.
|
||||||
#
|
#
|
||||||
# @ref tui_creation_face "Example"
|
# @ref tui_creation_face "Example"
|
||||||
def MakeFaceHW(self,theH, theW, theOrientation):
|
def MakeFaceHW(self,theH, theW, theOrientation):
|
||||||
"""
|
"""
|
||||||
Create a face with specified dimensions along OX-OY coordinate axes,
|
Create a face with specified dimensions with edges parallel to coordinate axes.
|
||||||
with edges, parallel to this coordinate axes.
|
|
||||||
|
|
||||||
Parameters:
|
Parameters:
|
||||||
theH height of Face.
|
theH height of Face.
|
||||||
theW width of Face.
|
theW width of Face.
|
||||||
theOrientation orientation belong axis OXY OYZ OZX
|
theOrientation face orientation: 1-OXY, 2-OYZ, 3-OZX
|
||||||
|
|
||||||
Returns:
|
Returns:
|
||||||
New GEOM.GEOM_Object, containing the created face.
|
New GEOM.GEOM_Object, containing the created face.
|
||||||
|
Loading…
Reference in New Issue
Block a user