|
CroSec_Beam Constructor (String, String, String, NullableColor, FemMaterial)
|
Initializes a new instance of the
CroSec_Beam class.
create a non-default beam.
Namespace:
Karamba.CrossSections
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxprotected CroSec_Beam(
string family,
string name,
string country,
Nullable<Color> color,
FemMaterial material
)
Protected Sub New (
family As String,
name As String,
country As String,
color As Nullable(Of Color),
material As FemMaterial
)
protected:
CroSec_Beam(
String^ family,
String^ name,
String^ country,
Nullable<Color> color,
FemMaterial^ material
)
new :
family : string *
name : string *
country : string *
color : Nullable<Color> *
material : FemMaterial -> CroSec_Beam
Parameters
- family
- Type: SystemString
family name of a cross section for grouping in e.g. cross section optimization. - name
- Type: SystemString
unique identifier within a family. - country
- Type: SystemString
country of origin. - color
- Type: SystemNullableColor
color of the cross section. - material
- Type: Karamba.MaterialsFemMaterial
material to be used for the cross section or null.
See Also