IElement1D Interface

Represents a 1D solver element

Namespace:  TSD.API.Remoting.Solver
Assembly:  TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
Syntax
public interface IElement1D

The IElement1D type exposes the following members.

Properties
  NameDescription
Public propertyAssumeCracked
Gets the cracked option
Public propertyConstruction
Gets the construction
Public propertyElementSection
Gets the element section
Public propertyElementType
Get the ElementType
Public propertyFabrication
Gets the fabrication
Public propertyGamma
Gets the gamma angle (in [rad])
Public propertyIndex
Gets the index
Public propertyIsActive
Gets a value indicating the element is active
Public propertyMaterial
Gets the material
Public propertySourceSubEntityInfo
Gets the structural sub-entity info this elements is related to
Top
Methods
  NameDescription
Public methodGetDegreeOfFreedom
Returns the degree of freedom at the end of the element with given index
Public methodGetNodeIndex
Returns the node index at the end of the element with given index
Public methodGetRigidOffset
Returns the rigid offset at the end of the element with given index
Public methodGetRigidZone
Returns the rigid zone at the end of the element with given index
Top
See Also