|
FactoryCrossSectionCircularHollow Method
|
create a CHS
Namespace:
KarambaCommon.Factories
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic CroSec_Circle CircularHollow(
double diameter = 11.43,
double thickness = 0.4,
FemMaterial material = null,
string family = "RO",
string name = "RO114.3/4",
string country = "Germany",
Nullable<Color> color = null
)
Public Function CircularHollow (
Optional diameter As Double = 11.43,
Optional thickness As Double = 0.4,
Optional material As FemMaterial = Nothing,
Optional family As String = "RO",
Optional name As String = "RO114.3/4",
Optional country As String = "Germany",
Optional color As Nullable(Of Color) = Nothing
) As CroSec_Circle
public:
CroSec_Circle^ CircularHollow(
double diameter = 11.43,
double thickness = 0.4,
FemMaterial^ material = nullptr,
String^ family = L"RO",
String^ name = L"RO114.3/4",
String^ country = L"Germany",
Nullable<Color> color = nullptr
)
member CircularHollow :
?diameter : float *
?thickness : float *
?material : FemMaterial *
?family : string *
?name : string *
?country : string *
?color : Nullable<Color>
(* Defaults:
let _diameter = defaultArg diameter 11.43
let _thickness = defaultArg thickness 0.4
let _material = defaultArg material null
let _family = defaultArg family "RO"
let _name = defaultArg name "RO114.3/4"
let _country = defaultArg country "Germany"
let _color = defaultArg color null
*)
-> CroSec_Circle
Parameters
- diameter (Optional)
- Type: SystemDouble
Outer diameter in centimeter - thickness (Optional)
- Type: SystemDouble
Wallthickness of the CHS in centimeter - material (Optional)
- Type: Karamba.MaterialsFemMaterial
Material of the cross section. If 'null' steel S235 is chosen. - family (Optional)
- Type: SystemString
Family name of the cross section - name (Optional)
- Type: SystemString
Name of the cross section - country (Optional)
- Type: SystemString
Country of the cross section - color (Optional)
- Type: SystemNullableColor
Color of the cross section
Return Value
Type:
CroSec_Circle[Missing <returns> documentation for "M:KarambaCommon.Factories.FactoryCrossSection.CircularHollow(System.Double,System.Double,Karamba.Materials.FemMaterial,System.String,System.String,System.String,System.Nullable{System.Drawing.Color})"]
See Also