Tgk OpenSees Topology Element States¶
🟣 Max 📌 Core GUID: {8C901890-8DBA-4AFA-BF0C-1B5A6E319FBA}
GetOpenSeesTopologyElementStates · Component\_5_Result\Comp_Result.OpenSees.Topology.cs
Read OpenSees topology iteration element states
Inputs¶
| Parameter | Nickname | Type | Description |
|---|---|---|---|
| Run | R | bool | Run |
| Topology Result Source | TRS | OpenSeesTopologyResultSource | OpenSees topology result source |
| Iteration Selection | IS | OpenSeesTopologyIterationSelection | Optional topology iteration selection |
Outputs¶
| Parameter | Nickname | Type | Description |
|---|---|---|---|
| Resolved Iteration Index | RII | int | Resolved topology iteration index |
| Element Tags | ET | List |
Element tags |
| Element Guids | EG | List |
Element GUID strings |
| Element Labels | EL | List |
Element labels |
| Element Indices | EI | List |
Element indices |
| Density | D | List |
Element densities |
| Is Active | IA | List |
Whether the element is active |
| Scores | SC | List |
Element scores |
| Score Methods | SM | List |
Element score methods |
| Active Element Count | AEC | int | Active element count in the resolved iteration |
| Removed Element Count | REC | int | Removed element count in the resolved iteration |
| Volume Fraction | VF | double | Current volume fraction |
| Objective Value | OV | double | Current objective value |
| Converged | C | bool | Whether the resolved iteration is converged |
| Message | M | string | Topology iteration message |
Return Value¶
| Parameter | Nickname | Type | Description |
|---|---|---|---|
| OpenSees Topology Result Source | OTRS | OpenSees topology result source |
📝 Additional Notes¶
(Add usage examples, notes, etc. here)