ChannelProfile(...)
This method creates a ChannelProfile object.
Path
mdb.models[name].ChannelProfile session.odbs[name].ChannelProfile
Required arguments
- name
-
A String specifying the repository key.
- l
-
A positive Float specifying the l dimension (offset of 1–axis from the bottom flange surface) of the Channel profile. For more information, see Beam Cross-Section Library.
- h
-
A positive Float specifying the h dimension (height) of the Channel profile.
- b1
-
A positive Float specifying the b1 dimension (lower flange width) of the Channel profile.
- b2
-
A positive Float specifying the b2 dimension (upper flange width) of the Channel profile.
- t1
-
A positive Float specifying the t1 dimension (lower flange thickness) of the Channel profile.
- t2
-
A positive Float specifying the t2 dimension (upper flange thickness) of the Channel profile.
- t3
-
A positive Float specifying the t3 dimension (web thickness) of the Channel profile.
- o
-
A positive Float specifying the o dimension (offset of 2–axis from the left edge of web) of the Channel profile.
Optional arguments
None.
Return value
A ChannelProfile object.
Exceptions
RangeError.