CroSec_Circle(String, String, String, NullableColor, FemMaterial, Double, Double) Constructor
Initializes a new instance of the
CroSec_Circle class.
Create circular hollow beam cross section.
Namespace: Karamba.CrossSectionsAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
public CroSec_Circle(
string _family,
string _name,
string _country,
Color? _color,
FemMaterial material,
double __height,
double _thick
)
Public Sub New (
_family As String,
_name As String,
_country As String,
_color As Color?,
material As FemMaterial,
__height As Double,
_thick As Double
)
public:
CroSec_Circle(
String^ _family,
String^ _name,
String^ _country,
Nullable<Color> _color,
FemMaterial^ material,
double __height,
double _thick
)
new :
_family : string *
_name : string *
_country : string *
_color : Nullable<Color> *
material : FemMaterial *
__height : float *
_thick : float -> CroSec_Circle
Parameters
- _family String
- family name of a cross section for grouping in e.g. cross section optimization.
- _name String
- unique identifier within a family.
- _country String
- country of origin.
- _color NullableColor
- color of the cross section.
- material FemMaterial
- material to be used for the cross section or null.
- __height Double
- diameter of the circular hollow cross section.
- _thick Double
- wall thickness of the circular hollow cross section.