CroSec_Shell(String, String, String, NullableColor, ListFemMaterial, ListDouble, ListDouble) Constructor
Initializes a new instance of the
CroSec_Shell class.
create shell cross section and calculate its mechanical properties.
Namespace: Karamba.CrossSectionsAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
public CroSec_Shell(
string _family,
string _name,
string _country,
Color? _color,
List<FemMaterial> _materials,
List<double> _ecce_z,
List<double> _elem_heights
)
Public Sub New (
_family As String,
_name As String,
_country As String,
_color As Color?,
_materials As List(Of FemMaterial),
_ecce_z As List(Of Double),
_elem_heights As List(Of Double)
)
public:
CroSec_Shell(
String^ _family,
String^ _name,
String^ _country,
Nullable<Color> _color,
List<FemMaterial^>^ _materials,
List<double>^ _ecce_z,
List<double>^ _elem_heights
)
new :
_family : string *
_name : string *
_country : string *
_color : Nullable<Color> *
_materials : List<FemMaterial> *
_ecce_z : List<float> *
_elem_heights : List<float> -> CroSec_Shell
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.
- _materials ListFemMaterial
- list of references of materials to be used for the cross section or null. The first material is the base material.
- _ecce_z ListDouble
- list of eccentricities in z-direction.
- _elem_heights ListDouble
- list of heights of individual elements. The last entry is the default height.