MaterialBeam Class

Base class for Beam materials.
Public Class MaterialBeam
This language is not supported or no code example is available.
public class 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).
Public property Iw Gets or sets the beam's second moment of area with respect to the local axis W (FEM).
Public property SectionArea Gets or sets the area of the section of a beam element (FEM).
Public property TorsionK Gets or sets the torsional modulus of a beam element (FEM).
Top
Methods
 
Name Description
Protected method AddFaceData(double, double, double, double, bool, Color[], List<Point3D>, List<Vector3D>, List<Color>, List<Single>, Vector3D, Point3D[], bool)
Public method Clone() Creates a deep copy of this material.
Public method ComputeBeamVertices(Element, Vector3D, Vector3D, Node, double)
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)
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

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition