|
FactoryCrossSectionShellConst Method
|
Create a shell cross section with uniform properties for all faces.
Namespace:
Karamba.Factories
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic CroSec_Shell ShellConst(
double height = 20,
double ecce_z = 0,
FemMaterial material = null,
string family = "",
string name = "",
string country = "",
Nullable<Color> color = null
)
Public Function ShellConst (
Optional height As Double = 20,
Optional ecce_z As Double = 0,
Optional material As FemMaterial = Nothing,
Optional family As String = "",
Optional name As String = "",
Optional country As String = "",
Optional color As Nullable(Of Color) = Nothing
) As CroSec_Shell
public:
CroSec_Shell^ ShellConst(
double height = 20,
double ecce_z = 0,
FemMaterial^ material = nullptr,
String^ family = L"",
String^ name = L"",
String^ country = L"",
Nullable<Color> color = nullptr
)
member ShellConst :
?height : float *
?ecce_z : float *
?material : FemMaterial *
?family : string *
?name : string *
?country : string *
?color : Nullable<Color>
(* Defaults:
let _height = defaultArg height 20
let _ecce_z = defaultArg ecce_z 0
let _material = defaultArg material null
let _family = defaultArg family ""
let _name = defaultArg name ""
let _country = defaultArg country ""
let _color = defaultArg color null
*)
-> CroSec_Shell
Parameters
- height (Optional)
- Type: SystemDouble
Shell thickness. - ecce_z (Optional)
- Type: SystemDouble
Eccentricity in z-direction. - material (Optional)
- Type: Karamba.MaterialsFemMaterial
Material. - family (Optional)
- Type: SystemString
Cross section family name. - name (Optional)
- Type: SystemString
Cross section name. - country (Optional)
- Type: SystemString
Country of origin. - color (Optional)
- Type: SystemNullableColor
Color of the cross section.
Return Value
Type:
CroSec_Shell[Missing <returns> documentation for "M:Karamba.Factories.FactoryCrossSection.ShellConst(System.Double,System.Double,Karamba.Materials.FemMaterial,System.String,System.String,System.String,System.Nullable{System.Drawing.Color})"]
See Also