Click or drag to resize

ShellDisplay Class

Holds all properties that determine the display of shells.
Inheritance Hierarchy
SystemObject
  Karamba.ModelsShellDisplay

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

The ShellDisplay type exposes the following members.

Constructors
  NameDescription
Public methodShellDisplay
Initializes a new instance of the ShellDisplay 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 fielddisplayCrosssection
true if cross sections shall be displayed.
Public fielddisplayCrosssectionThickness
true if cross sections thickness shall be displayed.
Public fielddisplayLocalAxes
flag for showing local axis symbols on layers.
Public fielddisplayResDisp
true if resultant displacement shall be displayed.
Public fielddisplayUtilization
true if utilization shall be displayed.
Public fieldeps1Color
if true render the first principal strain in a color plot.
Public fieldeps2Color
if true render the second principal strain in a color plot.
Public fieldepsPrinc
true if principal strains shall be displayed.
Public fieldfiberPosition
position of current fiber in current layer.
Public fieldlayerInd
index of current layer.
Public fieldlocalAxisScale
factor for local axis symbols on layers.
Public fieldprincScale
factor for displaying the principal axes.
Public fieldsig1Color
if true render the first principal stress in a color plot.
Public fieldsig2Color
if true render the second principal stress in a color plot.
Public fieldsigPrinc
true if principal stresses shall be displayed.
Public fieldsigVColor
if true render the van Mises Stress in a color plot.
Top
See Also