Interface IElement1D
Represents a 1D solver element
Namespace: TSD.API.Remoting.Solver
Assembly: TSD.API.Remoting.dll
Syntax
public interface IElement1D
Properties
| Name | Description |
|---|---|
| AssumeCracked | Gets the cracked option |
| Construction | Gets the construction |
| ElementSection | Gets the element section |
| ElementType | Get the ElementType |
| Fabrication | Gets the fabrication |
| Gamma | Gets the gamma angle (in [rad]) |
| Index | Gets the index |
| IsActive | Gets a value indicating the element is active |
| Material | Gets the material |
| SourceSubEntityInfo | Gets the structural sub-entity info this elements is related to |
Methods
| Name | Description |
|---|---|
| GetDegreeOfFreedom(int) | Returns the degree of freedom at the end of the element with given index |
| GetNodeIndex(int) | Returns the node index at the end of the element with given index |
| GetRigidOffset(int) | Returns the rigid offset at the end of the element with given index |
| GetRigidZone(int) | Returns the rigid zone at the end of the element with given index |