CroSec_Circle(String, String, String, NullableColor, FemMaterial) Constructor

Initializes a new instance of the CroSec_Circle class. Create a cross section with given name, family and country without default properties.

Definition

Namespace: Karamba.CrossSections
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public CroSec_Circle(
	string family,
	string name,
	string country,
	Color? color,
	FemMaterial material
)

Parameters

family  String
Family name.
name  String
Cross section name.
country  String
Country of origin.
color  NullableColor
Color of the cross section.
material  FemMaterial
Material to be used for the cross section or null.

See Also