CroSec_Box(String, String, String, NullableColor, FemMaterial) Constructor
Initializes a new instance of the
CroSec_Box class.
Create a cross section with given name, family and country without default properties.
Namespace: Karamba.CrossSectionsAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
public CroSec_Box(
string family,
string name,
string country,
Color? color,
FemMaterial material
)
Public Sub New (
family As String,
name As String,
country As String,
color As Color?,
material As FemMaterial
)
public:
CroSec_Box(
String^ family,
String^ name,
String^ country,
Nullable<Color> color,
FemMaterial^ material
)
new :
family : string *
name : string *
country : string *
color : Nullable<Color> *
material : FemMaterial -> CroSec_Box
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.