|
BasicDisplayStructureColorType Enumeration
|
colors to be used for rendering cross sections.
Namespace:
Karamba.Models
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax[SerializableAttribute]
public enum StructureColorType
<SerializableAttribute>
Public Enumeration StructureColorType
[SerializableAttribute]
public enum class StructureColorType
[<SerializableAttribute>]
type StructureColorType
Members
| Member name | Value | Description |
---|
| color_none | -1 | do not color the model |
| color_elements | 0 | color the model according to element colors |
| color_crosecs | 1 | color the model according to cross section colors |
| color_materials | 2 | color the model according to material colors |
See Also