Click or drag to resize

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)
Syntax
public void setCroSecMaterial(
	CroSec crosec
)

Parameters

crosec
Type: Karamba.CrossSectionsCroSec
Cross section for which to set the material.
See Also