|
CroSecFamiliesVisitCroSecShell Method
|
Map the given shell cross section to a cross section family or create a new family.
Namespace:
Karamba.Algorithms
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic override void VisitCroSecShell(
CroSec_Shell crosec_shell
)
Public Overrides Sub VisitCroSecShell (
crosec_shell As CroSec_Shell
)
public:
virtual void VisitCroSecShell(
CroSec_Shell^ crosec_shell
) override
abstract VisitCroSecShell :
crosec_shell : CroSec_Shell -> unit
override VisitCroSecShell :
crosec_shell : CroSec_Shell -> unit
Parameters
- crosec_shell
- Type: Karamba.CrossSectionsCroSec_Shell
shell cross section which needs to be mapped to a cross section family.
See Also