[SerializableAttribute]
public class ModelDisplay : ICloneable,
ISerializable
<SerializableAttribute>
Public Class ModelDisplay
Implements ICloneable, ISerializable
[SerializableAttribute]
public ref class ModelDisplay : ICloneable,
ISerializable
[<SerializableAttribute>]
type ModelDisplay =
class
interface ICloneable
interface ISerializable
end
ModelDisplay | Initializes a new instance of the ModelDisplay class. |
ModelDisplay(SerializationInfo, StreamingContext) | Initializes a new instance of the ModelDisplay class. de-serialization constructor. |
StateSelectorSet | Gets the list of state selector collections. |
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) |
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. |
ContainerType |
test if object is (a container like) a list or an array.
(Defined by MiniUtil) |