This class defines a beam with a circular section. More...
Public Member Functions | |
def | __init__ |
def | __repr__ |
def | addOrientation |
Add orientation information to the structural element part. More... | |
def | build |
Build the geometric shapes and the markers corresponding to the structural element part in the study studyId. More... | |
Data Fields | |
R1 | |
R2 | |
EP1 | |
EP2 | |
filling | |
groupName | |
name | |
geom | |
baseShapesSet | |
isMainShape | |
color | |
Static Public Attributes | |
string | DEFAULT_NAME = "Beam" |
Private Member Functions | |
def | _makeSectionWires |
Create the circular sections used to build the pipe. More... | |
This class defines a beam with a circular section.
It can be full or hollow, and its radius and thickness can vary from one end of the beam to the other. The valid parameters for circular beams are:
See class StructuralElementPart for the description of the other parameters.
def __init__ | ( | self, | |
studyId, | |||
groupName, | |||
groupGeomObj, | |||
parameters, | |||
name = Beam.DEFAULT_NAME , |
|||
color = None |
|||
) |
|
private |
Create the circular sections used to build the pipe.
References CircularBeam.EP1, CircularBeam.EP2, Beam.filling, CircularBeam.R1, and CircularBeam.R2.
|
inherited |
References InvalidParameterError.groupName, and StructuralElementPart.groupName.
|
inherited |
Add orientation information to the structural element part.
See class salome.geom.structelem.orientation.Orientation1D for the description of the parameters.
|
inherited |
Build the geometric shapes and the markers corresponding to the structural element part in the study studyId.
References StructuralElementPart._buildMarkers(), StructuralElementPart._buildPart(), and StructuralElementPart.color.
R1 |
R2 |
EP1 |
EP2 |
filling |
|
staticinherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |