|
ModelsetCroSecMaterial Method
|
Sets the cross sections material. The cross-section references the material.
Add the material to the model if not already there and set the name.
Namespace:
Karamba.Models
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic void setCroSecMaterial(
CroSec crosec
)
Public Sub setCroSecMaterial (
crosec As CroSec
)
public:
void setCroSecMaterial(
CroSec^ crosec
)
member setCroSecMaterial :
crosec : CroSec -> unit
Parameters
- crosec
- Type: Karamba.CrossSectionsCroSec
Cross section for which to set the material.
See Also