Version: 6.3.1
Public Member Functions | Data Fields | Static Public Attributes | Private Member Functions

GEOM_PY.structelem.parts.CircularBeam Class Reference

Inheritance diagram for GEOM_PY.structelem.parts.CircularBeam:
Inheritance graph

Public Member Functions

def __init__
def __repr__
def addOrientation
def build

Data Fields

 R1
 R2
 EP1
 EP2
 filling
 groupName
 name
 geom
 baseShapesSet

Static Public Attributes

string DEFAULT_NAME = "Beam"

Private Member Functions

def _makeSectionWires

Detailed Description

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:

* "R1" or "R": radius at the first end of the beam.
* "R2" or "R": radius at the other end of the beam.
* "EP1" or "EP" (optional): thickness at the first end of the beam.
  If not specified or equal to 0, the beam is considered full.
* "EP2" or "EP" (optional): thickness at the other end of the beam.
  If not specified or equal to 0, the beam is considered full.

See class :class:`StructuralElementPart` for the description of the
other parameters.


Constructor & Destructor Documentation

def GEOM_PY.structelem.parts.CircularBeam.__init__ (   self,
  studyId,
  groupName,
  groupGeomObj,
  parameters,
  name = Beam.DEFAULT_NAME 
)

Reimplemented from GEOM_PY.structelem.parts.Beam.


Member Function Documentation

def GEOM_PY.structelem.parts.CircularBeam._makeSectionWires (   self,
  fPoint,
  fNormal,
  lPoint,
  lNormal 
) [private]
Create the circular sections used to build the pipe.
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`.

Field Documentation

Reimplemented from GEOM_PY.structelem.parts.Beam.

string GEOM_PY.structelem.parts.Beam.DEFAULT_NAME = "Beam" [static, inherited]
Copyright © 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE
Copyright © 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS