Click or drag to resize

ModelDisp Class

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

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

The ModelDisp type exposes the following members.

Constructors
  NameDescription
Public methodModelDisp
Initializes a new instance of the ModelDisp class
Top
Methods
  NameDescription
Public methodClone
Creates a new object that is a copy of the current instance.
Public methodcollectCroSecForceOutput
collect the geometry connected to cross section forces and moments diagrams
Public methodcollectGeometry
create the axes of deformed elements
Public methodcollectPrincResultants(Model, Int32, ListPoint3, ListVector3, ListVector3, ListDouble, ListDouble, SurfaceResultTag)
Create the points and direction vectors for principal stress resultants display
Public methodcollectPrincResultants(Model, Int32, ListInt32, ListPoint3, ListVector3, ListVector3, ListDouble, ListDouble, SurfaceResultTag)
Create the points and direction vectors for principal stress resultants display
Public methodcollectPrincStress(Model, Int32, ListPoint3, ListVector3, ListVector3, ListDouble, ListDouble)
Create the points and direction vectors for principal stress display
Public methodcollectPrincStress(Model, 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 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