|
CroSec_T Constructor (String, String, String, NullableColor, FemMaterial)
|
Initializes a new instance of the
CroSec_T class.
create a T-cross section with given name, family and country without default properties.
Namespace:
Karamba.CrossSections
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic CroSec_T(
string _family,
string _name,
string _country,
Nullable<Color> _color,
FemMaterial _material
)
Public Sub New (
_family As String,
_name As String,
_country As String,
_color As Nullable(Of Color),
_material As FemMaterial
)
public:
CroSec_T(
String^ _family,
String^ _name,
String^ _country,
Nullable<Color> _color,
FemMaterial^ _material
)
new :
_family : string *
_name : string *
_country : string *
_color : Nullable<Color> *
_material : FemMaterial -> CroSec_T
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