Click or drag to resize

ElementStates Class

Structure that contains state information of an element
Inheritance Hierarchy
SystemObject
  Karamba.ElementsElementStates

Namespace:  Karamba.Elements
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class ElementStates

The ElementStates type exposes the following members.

Constructors
  NameDescription
Public methodElementStates
Initializes a new instance of the ElementStates class
Top
Methods
  NameDescription
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 methodnStates
return number of point states
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldbase_points
anchor points of the states
Public fieldcoosys
local coordinate system at the anchor points of the states
Public fieldstates
states in points of the element
Top
See Also