
Public Member Functions | |
| def | __init__ |
| def | __repr__ |
| def | addOrientation |
| def | build |
Data Fields | |
| offset | |
| groupName | |
| name | |
| geom | |
| baseShapesSet | |
Static Public Attributes | |
| string | DEFAULT_NAME = "StructuralElementPart2D" |
Private Member Functions | |
| def | _makeFaceOffset |
| def | _buildMarkersWithOffset |
Private Attributes | |
| _orientation | |
This class is an "abstract" class for all 2D structural element parts. It should not be instantiated directly. See class :class:`StructuralElementPart` for the description of the parameters.
| def GEOM_PY.structelem.parts.StructuralElementPart2D.__init__ | ( | self, | |
| studyId, | |||
| groupName, | |||
| groupGeomObj, | |||
| parameters, | |||
name = DEFAULT_NAME |
|||
| ) |
Reimplemented from GEOM_PY.structelem.parts.StructuralElementPart.
Reimplemented in GEOM_PY.structelem.parts.ThickShell, and GEOM_PY.structelem.parts.Grid.
| def GEOM_PY.structelem.parts.StructuralElementPart2D._makeFaceOffset | ( | self, | |
| face, | |||
| offset, | |||
epsilon = 1e-6 |
|||
| ) | [private] |
Create a copy of a face at a given offset.
| def GEOM_PY.structelem.parts.StructuralElementPart2D._buildMarkersWithOffset | ( | self, | |
| offset | |||
| ) | [private] |
Build the markers for the structural element part with a given offset from the base face.
| def GEOM_PY.structelem.parts.StructuralElementPart.__repr__ | ( | self | ) | [inherited] |
| def GEOM_PY.structelem.parts.StructuralElementPart.addOrientation | ( | self, | |
| orientParams | |||
| ) | [inherited] |
Add orientation information to the structural element part. See class :class:`~salome.geom.structelem.orientation.Orientation1D` for the description of the parameters.
| def GEOM_PY.structelem.parts.StructuralElementPart.build | ( | self | ) | [inherited] |
Build the geometric shapes and the markers corresponding to the structural element part in the study `studyId`.
string GEOM_PY.structelem.parts.StructuralElementPart2D.DEFAULT_NAME = "StructuralElementPart2D" [static] |
Reimplemented from GEOM_PY.structelem.parts.StructuralElementPart.
Reimplemented in GEOM_PY.structelem.parts.ThickShell, and GEOM_PY.structelem.parts.Grid.
Reimplemented from GEOM_PY.structelem.parts.StructuralElementPart.