Click or drag to resize

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

Initializes a new instance of the CroSec_Circle class. Create a 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)
Syntax
public CroSec_Circle(
	string family,
	string name,
	string country,
	Nullable<Color> color,
	FemMaterial material
)

Parameters

family
Type: SystemString
Family name.
name
Type: SystemString
Cross section name.
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