
Public Member Functions | |
| def | __init__ |
| def | __repr__ |
| def | addOrientation |
| def | build |
Data Fields | |
| filling | |
| groupName | |
| name | |
| geom | |
| baseShapesSet | |
Static Public Attributes | |
| string | DEFAULT_NAME = "Beam" |
Private Member Functions | |
| def | _buildPart |
This class defines a beam with a generic section. It is represented only as the underlying wire. See class :class:`StructuralElementPart` for the description of the parameters.
| def GEOM_PY.structelem.parts.GeneralBeam.__init__ | ( | self, | |
| studyId, | |||
| groupName, | |||
| groupGeomObj, | |||
| parameters, | |||
name = Beam.DEFAULT_NAME |
|||
| ) |
Reimplemented from GEOM_PY.structelem.parts.Beam.
| def GEOM_PY.structelem.parts.GeneralBeam._buildPart | ( | self | ) | [private] |
Create a copy of the underlying wire.
Reimplemented from GEOM_PY.structelem.parts.Beam.
| 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.Beam.DEFAULT_NAME = "Beam" [static, inherited] |
Reimplemented from GEOM_PY.structelem.parts.StructuralElementPart.
GEOM_PY.structelem.parts.Beam.filling [inherited] |
Reimplemented in GEOM_PY.structelem.parts.CircularBeam, and GEOM_PY.structelem.parts.RectangularBeam.