|
CroSec_ShellmodifyHeights Method (CroSec_Shell)
|
Modifies the cross section height of layer 0.
Namespace:
Karamba.CrossSections
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic void modifyHeights(
CroSec_Shell other
)
Public Sub modifyHeights (
other As CroSec_Shell
)
public:
void modifyHeights(
CroSec_Shell^ other
)
member modifyHeights :
other : CroSec_Shell -> unit
Parameters
- other
- Type: Karamba.CrossSectionsCroSec_Shell
Cross section from where to copy the new heights.
See Also