Retrieves the vertices (corner nodes or end-points) associated with an analytical element. Does not return auto-generated mid-side nodes.
Number | Name | Object Type | Description | Optional |
---|---|---|---|---|
1 | Element | IGeneralElement | The analytical element to retrieve vertices for. | No |
Number | Name | Object Type | Description |
---|---|---|---|
1 | Vertices | List<AnalysisNode> | A list of analysis nodes. |