Click or drag to resize

BeamDisplay Class

Holds all properties that determine the display of beams.
Inheritance Hierarchy
SystemObject
  Karamba.ModelsBeamDisplay

Namespace:  Karamba.Models
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
[SerializableAttribute]
public class BeamDisplay : ICloneable

The BeamDisplay type exposes the following members.

Constructors
  NameDescription
Public methodBeamDisplay
Initializes a new instance of the BeamDisplay class
Top
Methods
  NameDescription
Public methodClone
clone this.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldcroSecForcesScalekN
scaling factor for forces.
Public fieldcroSecForcesScalekNm
scaling factor for bending moments.
Public fieldCrossSectionScaleFactor
Factor for scaling the geometrical output of beam's force.
Public fielddisplayCroSecForces
flags for displaying the cross section forces of beams.
Public fielddisplayCroSecForcesNumbers
true if cross section force diagrams shall be rendered with numbers.
Public fielddisplayCrosssection
true if cross sections shall be rendered.
Public fielddisplayResDisp
true if the resultant displacements shall be displayed.
Public fielddisplayStress
true if stresses shall be displayed.
Public fielddisplayUtilization
true if the utilization shall be displayed.
Public fieldelementSectNumber
number of sections when rendering the model or returning results.
Public fieldfillCSF
true if cross section force diagrams shall be rendered as meshes.
Public fieldnCroSecFaces
number of faces per cross-section for display as meshes.
Top
See Also