> For the complete documentation index, see [llms.txt](https://docs.enercalc.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.enercalc.com/e3d-training-manual/building-the-model/general-modeling-theory/understanding-model-geometry/members/starting-and-ending-nodes.md).

# Starting and Ending Nodes

How members are defined by a starting and ending node, establishing directionality used in modeling and results.

As we saw when we learned how to add a member, members are always defined by two nodes: a starting node and an ending node. The beam can be thought of as spanning from the starting node to the ending node.

The diagram below shows that beam 541 has nodes numbered 217 and 218:

![](https://3750289988-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FlRZtG5Ynp58kYzLHYbR7%2Fuploads%2Fgit-blob-7064d1547bd9a53b51f4d3c79c1f141b2f7dd05d%2FBeam%20with%20nodes.jpg?alt=media)

The data in the table below indicate that beam 541 starts at node 217 and ends at node 218.

![](https://3750289988-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FlRZtG5Ynp58kYzLHYbR7%2Fuploads%2Fgit-blob-2a53dfcac84e3a6827f4201ac49b5866c03ebdf6%2FMember%20data%20for%20beam%20541.jpg?alt=media)

This establishes a directionality that can be very useful when modeling and when interpreting results. It also forms the basis for the Member Local Axis system covered in the next section.

{% hint style="info" %}
Note: The direction and orientation of a member can be revised by some commands that we will cover in the section on Editing Model Geometry.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.enercalc.com/e3d-training-manual/building-the-model/general-modeling-theory/understanding-model-geometry/members/starting-and-ending-nodes.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
