Click or drag to resize

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

Create a cross section with given name, family and country without default properties

Namespace:  Karamba.CrossSections
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public CroSec_Circle(
	string family,
	string name,
	string country,
	Nullable<Color> color,
	FemMaterial material
)

Parameters

family
Type: SystemString

[Missing <param name="family"/> documentation for "M:Karamba.CrossSections.CroSec_Circle.#ctor(System.String,System.String,System.String,System.Nullable{System.Drawing.Color},Karamba.Materials.FemMaterial)"]

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:Karamba.CrossSections.CroSec_Circle.#ctor(System.String,System.String,System.String,System.Nullable{System.Drawing.Color},Karamba.Materials.FemMaterial)"]

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