assignBeamSectionOrientation
This method assigns a beam section orientation to a region of a part.
Path
mdb.models[name].parts[name].assignBeamSectionOrientation
Required arguments
- region
A sequence of geomSequences of Edge objects or a sequence of sequences of one-dimensional elements.
- method
A SymbolicConstant specifying the assignment method. Only a value of N1_COSINES is currently supported.
- n1
A sequence of three Floats specifying the approximate local -direction of the beam cross-section.
Optional arguments
None.
Return value
None.
Exceptions
None.