Click or drag to resize

BasicDisplay Class

Holds all properties that determine the general display properties of a statical model.
Inheritance Hierarchy
SystemObject
  Karamba.ModelsBasicDisplay

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

The BasicDisplay type exposes the following members.

Constructors
  NameDescription
Public methodBasicDisplay
Initializes a new instance of the BasicDisplay class
Top
Properties
  NameDescription
Public propertydispProjector
Gets or sets the displacement projector.
Public propertydispScale
Gets the displacement scale if display of displacements is enabled.
Public propertyvisibleLoadCase
Gets or sets the index of the visible result-case.
Top
Methods
  NameDescription
Public methodClone
Creates a new object that is a copy of the current instance.
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 fielddisplayCSName
display cross section names.
Public fielddisplayDisp
true if displaced structure shall be displayed.
Public fielddisplayEccent
display symbols for eccentricities.
Public fielddisplayElements
display the middle axis/plane of elements.
Public fielddisplayElemID
display element identifiers.
Public fielddisplayElemTags
display element indexes.
Public fielddisplayJoints
display joint symbols.
Public fielddisplayLoad
display loads.
Public fielddisplayLoadNums
display load values.
Public fielddisplayLocalAxes
display local element axes.
Public fielddisplayMatName
display material names.
Public fielddisplayNIINums
display NII values.
Public fielddisplayNodeTags
display node indexes.
Public fielddisplayReact
display reaction forces.
Public fielddisplayStrain
display strains (currently not used).
Public fielddisplaySupport
display support symbols.
Public fielddispScale_sliderSetting
displacement scale if display of displacements is enabled.
Public fieldinside_brep
Tests whether geometric entities lie inside a given brep.
Public fieldjointsScale
factor for scaling joint symbols.
Public fieldloadScale
factor for scaling load symbols.
Public fieldlocalAxisScale
factor for scaling local axis symbols.
Public fieldmaxSectLength
section length of deformed beam axes.
Public fieldplotColors
colors to be used for creating the legend_color range.
Public fieldreactScale
factor for scaling reaction forces at supports.
Public fieldresRenderRange
value range for rendering colored results.
Public fieldstructureColor
type of coloring used for the model.
Public fieldsupportScale
factor for scaling support symbols.
Public fieldvisible_elem_ids
List of identifiers of visible elements. By default all are visible.
Top
See Also