MaterialBeamSquare Class

Material for beams with square section.
Public Class MaterialBeamSquare 
Inherits MaterialBeam
This language is not supported or no code example is available.
public class MaterialBeamSquare : MaterialBeam
This language is not supported or no code example is available.
Name Description
Public property Iv Gets or sets the beam's second moment of area with respect to the local axis V (FEM). (inherited from MaterialBeam).
Public property Iw Gets or sets the beam's second moment of area with respect to the local axis W (FEM). (inherited from MaterialBeam).
Public property SectionArea Gets or sets the area of the section of a beam element (FEM). (inherited from MaterialBeam).
Public property TorsionK Gets or sets the torsional modulus of a beam element (FEM). (inherited from MaterialBeam).
Top
Methods
 
Name Description
Protected method AddFaceData(double, double, double, double, bool, Color[], List<Point3D>, List<Vector3D>, List<Color>, List<Single>, Vector3D, Point3D[], bool) (inherited from MaterialBeam).
Public method Clone() Creates a deep copy of this material.
Public method ComputeBeamVertices(Element, Vector3D, Vector3D, Node, double) (inherited from MaterialBeam).
Public method ConvertToSurrogate()
Public method DrawBeam(RenderContextBase, Point3D[], Point3D, Vector3D, double, Vector3D, Align3D, double, double, double, double, bool, Color[], bool, bool, List<Point3D>, List<Vector3D>, List<Color>, List<Single>, bool) (inherited from MaterialBeam).
Public method Equals(Object) Determines whether the specified object is equal to the current object. (inherited from Object).
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (inherited from Object).
Public method GetHashCode Serves as the default hash function. (inherited from Object).
Public method GetType Gets the Type of the current instance. (inherited from Object).
Protected method MemberwiseClone Creates a shallow copy of the current Object. (inherited from Object).
Public method ToString Returns a string that represents the current object. (inherited from Object).
Top
Fields
 
Name Description
Public field Side Length of the side of the square section.
Top
devDept.Eyeshot.Fem.MaterialBeamSquare

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition