ModelDisplay Class

Class that collects all the display preferences to draw geometries from a Model.

Definition

Namespace: Karamba.Models
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
[SerializableAttribute]
public class ModelDisplay : ICloneable, 
	ISerializable
Inheritance
Object    ModelDisplay
Implements
ICloneable, ISerializable

Constructors

ModelDisplay Initializes a new instance of the ModelDisplay class.
ModelDisplay(SerializationInfo, StreamingContext) Initializes a new instance of the ModelDisplay class. de-serialization constructor.

Properties

StateSelectorSet Gets the list of state selector collections.

Methods

Clone Creates a new object that is a copy of the current instance.
Equals Determines whether the specified object is equal to the current object.
(Inherited from Object)
Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCode Serves as the default hash function.
(Inherited from Object)
GetObjectData Serializes the model-object.
GetType Gets the Type of the current instance.
(Inherited from Object)
MemberwiseClone Creates a shallow copy of the current Object.
(Inherited from Object)
PreviewDisabled Clear the model display to avoid multiple renderings of identical objects.
SetDisplayLoadCase(Model, String) set the visible load-case via load-case-combination and selection criterion.
SetDisplayLoadCase(Model, Int32, Int32) Set the load-case-combination of given index for display.
SetDisplayLoadCase(Model, Int32, String) set the visible load-case via load-case-combination and selection criterion.
Obsolete.
setVisibility Make only those elements visible that are listed in the list of element ids given.
ToString Returns a string that represents the current object.
(Inherited from Object)

Fields

basic Contains all basic display properties.
beam Contains all beam related display properties.
reaction Contains all reaction related display properties.
shell Contains all shell related display properties.
StateSelection Index of the load-case to be used for displaying loads with respect to the current load-case-combination.

Extension Methods

ContainerType test if object is (a container like) a list or an array.
(Defined by MiniUtil)

See Also