The BeamOrientation object represents the direction of the first beam section axis . Specifying the beam orientation using an additional node in the element connectivity list is not supported.
odb.parts()[name].beamOrientations(i) odb.rootAssembly().instances()[name].beamOrientations(i) odb.steps()[name].frames(i).fieldOutputs()[name].values(i).instance()\ .beamOrientations(i)
The BeamOrientation object can have the following members:
odb_Set region() const; odb_Enum::odb_OrientationMethodEnum method() const; odb_SequenceFloat vector() const;
An odb_Enum::odb_OrientationMethodEnum specifying the orientation assignment method. Possible values are odb_Enum::N1_COSINES, odb_Enum::CSYS, and odb_Enum::VECT.
An OdbSet object specifying a region for which the beam orientation is defined.
An odb_SequenceFloat specifying direction cosines of the
-direction of the beam cross-section.