|
CroSec_Shell Constructor (CroSec)
|
Initializes a new instance of the
CroSec_Shell class.
create shell cross section by cloning another one.
Namespace:
Karamba.CrossSections
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic CroSec_Shell(
CroSec crosec
)
Public Sub New (
crosec As CroSec
)
public:
CroSec_Shell(
CroSec^ crosec
)
new :
crosec : CroSec -> CroSec_ShellParameters
- crosec
- Type: Karamba.CrossSectionsCroSec
the other cross section to be cloned.
See Also