Click or drag to resize

ModelDisplay Class

Holds all properties that determine the display of a model.
Inheritance Hierarchy
SystemObject
  Karamba.ModelsModelDisplay

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

The ModelDisplay type exposes the following members.

Constructors
  NameDescription
Public methodModelDisplay
Initializes a new instance of the ModelDisplay class. Create a new instance of ModelDisplay.
Top
Properties
  NameDescription
Public propertyElement1DCrossSectionStates
Gets a Element1DStateCollectionGroup collecting Element1DStates for all the cross sections positions of all ModelElementStraightLines that belongs to this Model.
Public propertyElement1DLoadSectionState
Gets a Element1DStateCollectionGroup collecting Element1DStates for all the cross sections and ElementLoad's positions of all ModelElementStraightLines that belongs to this Model.
Public propertyModel
Gets or sets the model for which the results will be evaluated.
Top
Methods
  NameDescription
Public methodClone
Creates a new object that is a copy of the current instance.
Public methodcollectCroSecForceOutput_OLD
collect the geometry connected to cross section forces and moments diagrams.
Public methodCollectElement1DCrossSectionForces
Collect the geometries connected to cross section forces and moments diagrams.
Public methodcollectGeometry
create the axes of deformed elements.
Public methodcollectPrincResultants(Model, LCSuperPosition, Int32, ListPoint3, ListVector3, ListVector3, ListDouble, ListDouble, SurfaceResultTag)
Create the points and direction vectors for principal stress resultants display.
Public methodcollectPrincResultants(Model, LCSuperPosition, Int32, ListInt32, ListPoint3, ListVector3, ListVector3, ListDouble, ListDouble, SurfaceResultTag)
Create the points and direction vectors for principal stress resultants display.
Public methodcollectPrincStress(Model, LCSuperPosition, Int32, ListPoint3, ListVector3, ListVector3, ListDouble, ListDouble)
Create the points and direction vectors for principal stress display.
Public methodcollectPrincStress(Model, LCSuperPosition, Int32, ListPoint3, ListVector3, ListVector3, ListDouble, ListDouble, Double, Boolean, Boolean)
Create the points and direction vectors for principal stress display.
Public methodcollectRenderedBeamMesh
Create the mesh for rendered display of beams.
Public methodcollectRenderedShellMesh
Create the mesh for rendered display of shells.
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 methodsetVisibility
Make only those elements visible that are listed in the list of element ids given.
Public methodsetVisibleLoadCase
set the visible load-case.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public field_element1DCrossSectionStates
Contains cross sections states.
Public field_element1DLoadPositionsStates
Contains load sections states + states in _element1DCrossSectionStates.
Public fieldbasic
contains all basic display properties.
Public fieldbeam
contains all beam related display properties.
Public fieldbeamView
controls whether beams/trusses shall be rendered when previewed. True = preview.
Public fieldmodelView
controls whether the model shall be rendered when previewed. True = preview.
Public fieldshell
contains all shell related display properties.
Public fieldshellView
controls whether shells shall be rendered when previewed. True = preview.
Top
See Also