Click or drag to resize

ElemSet Class

Defines sets of elements.
Inheritance Hierarchy
SystemObject
  Karamba.ElementsElemSet

Namespace:  Karamba.Elements
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[SerializableAttribute]
public class ElemSet

The ElemSet type exposes the following members.

Constructors
  NameDescription
Public methodElemSet
create an empty element set
Public methodElemSet(ElemSet)
copy constructor for element-set
Public methodElemSet(String, Double)
create element set based on an element identifier
Top
Properties
  NameDescription
Public propertycolor
color of the element-set
Public propertycolorIsSet
true if a color is defined for an element-set
Public propertyelem_ids
identifiers of elements which belong to the element set
Public propertyid
identifier of the element set
Public propertyIsValid
return true if the element-set is valid
Public propertysplit_length
set/get the split-length of the element-set
Top
Methods
  NameDescription
Public methodadd
add beam identifier to the list of beam identifiers
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodfem_beam_set
return beam set object for fe-model. Assumes that receiver is the owner of the 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 methodtoString
string representation of the element-set
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Protected field_beam_ids
identifiers of beams that belong to the beam-set
Protected field_color
user defined color of the beam-set
Protected field_id
user given identification of beam-set
Protected field_split_length
default minimum length for splitting
Top
See Also