|
ShellSec_BaseObj Enumeration
|
List of all possible object on which result are evaluated for a mesh.
Namespace:
Karamba.Results.ShellSection
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic enum ShellSec_BaseObj
Public Enumeration ShellSec_BaseObj
public enum class ShellSec_BaseObj
Members
| Member name | Value | Description |
---|
| Vertex | 0 |
Choose this one if result are vertex based.
|
| Element | 1 |
Choose this one if result are element based.
|
See Also