CroSec_T(String, String, String, NullableColor, FemMaterial, Double, Double, Double, Double, Double, Double, Double) Constructor
Initializes a new instance of the
CroSec_T class.
create a T-cross section.
Namespace: Karamba.CrossSectionsAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
public CroSec_T(
string _family,
string _name,
string _country,
Color? _color,
FemMaterial _material,
double __height,
double _uf_width,
double _uf_thick,
double _w_thick,
double _r_fillet = 0,
double _r1_fillet = 0,
double _f_inclination = 0
)
Public Sub New (
_family As String,
_name As String,
_country As String,
_color As Color?,
_material As FemMaterial,
__height As Double,
_uf_width As Double,
_uf_thick As Double,
_w_thick As Double,
Optional _r_fillet As Double = 0,
Optional _r1_fillet As Double = 0,
Optional _f_inclination As Double = 0
)
public:
CroSec_T(
String^ _family,
String^ _name,
String^ _country,
Nullable<Color> _color,
FemMaterial^ _material,
double __height,
double _uf_width,
double _uf_thick,
double _w_thick,
double _r_fillet = 0,
double _r1_fillet = 0,
double _f_inclination = 0
)
new :
_family : string *
_name : string *
_country : string *
_color : Nullable<Color> *
_material : FemMaterial *
__height : float *
_uf_width : float *
_uf_thick : float *
_w_thick : float *
?_r_fillet : float *
?_r1_fillet : float *
?_f_inclination : float
(* Defaults:
let __r_fillet = defaultArg _r_fillet 0
let __r1_fillet = defaultArg _r1_fillet 0
let __f_inclination = defaultArg _f_inclination 0
*)
-> CroSec_T
Parameters
- _family String
- family name of a cross section for grouping in e.g. cross section optimization.
- _name String
- unique identifier within a family.
- _country String
- country of origin.
- _color NullableColor
- color of the cross section.
- _material FemMaterial
- material to be used for the cross section or null.
- __height Double
- height of cross section [cm].
- _uf_width Double
- width of upper flange [cm].
- _uf_thick Double
- thickness of upper flange [cm].
- _w_thick Double
- webthickness [cm].
- _r_fillet Double (Optional)
- inner fillet radius [cm] at connections from flang to web.
- _r1_fillet Double (Optional)
- outer fillet radius [cm] at connections from flang to web.
- _f_inclination Double (Optional)
- inclination of iner flange plane.