Click or drag to resize

ModifierShell Class

Represents a beam element which modifies other beam elements when being assembled to a model
Inheritance Hierarchy

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

The ModifierShell type exposes the following members.

Constructors
  NameDescription
Public methodModifierShell
create a shell modifier
Top
Properties
  NameDescription
Public propertybending_stiff
setter/getter for bending stiffness (turns beams into trusses and vice versa)
(Inherited from BuilderElement.)
Public propertycanBuckle
returns list of nodal indexes or null
(Inherited from BuilderElement.)
Public propertycolor
user defined color of the beam-set
(Inherited from BuilderElement.)
Public propertycrosec
return cross section of the element
(Overrides BuilderShellcrosec.)
Public propertyEcce
nodal eccentricity of the element
(Inherited from BuilderElement.)
Public propertyecce_glo
set/get eccentricity which is defined in the global coordinate system
(Inherited from BuilderElement.)
Public propertyecce_loc
sets/gets eccentricity which is local to the element and can be separately set for each of them. The other types of eccentricity would be either attached to a cross section or oriented globally
(Inherited from BuilderElement.)
Public propertyhasEccent
getter for flag which is true if element eccentricity is present
(Inherited from BuilderElement.)
Public propertyid
set/get identifier (name) of the element
(Overrides BuilderElementid.)
Public propertyis_active
set/get activation state of the element. If not active, the elements stiffness is reduced to such a degree that it does not influence results any more (soft-kill approach). The small remaining stiffness should however suffice to keep the system from becoming numerically kinematic.
(Overrides BuilderElementis_active.)
Public propertyis_valid
true if the builder element is valid
(Inherited from BuilderElement.)
Public propertyis_visible
set/get visibility of the element: true if the element is visible on the canvas
(Inherited from BuilderElement.)
Public propertyIsValid
true if the element is valid
(Inherited from BuilderElement.)
Public propertymesh (Inherited from BuilderShell.)
Public propertymodified_height
set gets the cross section height (depth) modification factor of the this element. Can be set in a GH definition with the ModifyBeam-component
(Overrides BuilderElementmodified_height.)
Public propertymodified_thick
set gets the cross section wall thickness modification factor of the this element. Can be set in a GH definition with the ModifyBeam-component
(Inherited from BuilderElement.)
Public propertynII
returns list of nodal indexes or null
(Overrides BuilderElementnII.)
Public propertyOri
orientation of the element
(Inherited from BuilderElement.)
Public propertyparent_ind
index of parent element from which this element may inherit its properties (material, cross section,...) A negative value signals that there is no parent;
(Inherited from BuilderElement.)
Public propertyPos
position of the element
(Inherited from BuilderElement.)
Public propertyxOriList
Public propertyzOriList
Top
Methods
  NameDescription
Public methodaccepts
returns true if the given cross section can be applied to the element. Returns false if you test e.g. a shell cross section against a beam element.
(Inherited from BuilderShell.)
Public methodarea
calculate area of the mesh
(Inherited from BuilderShell.)
Public methodClone
clone the builder-element
(Overrides BuilderShellClone.)
Public methodClone(ModelElement)
clone grass-element and link it to a given model element.
(Inherited from BuilderElement.)
Public methodCopy
copy contents of another grass-element
(Inherited from BuilderElement.)
Public methoddisassembleElement
Disassemble an element into its constituents
(Inherited from BuilderElement.)
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 methodmodify
modify the properties of the given element elem if they have been modified in the agent
Public methodparent_inds
return the indexes of all parents of the element
(Inherited from BuilderElement.)
Public methodsnapElement
change the element if nodes snap together according to the given list of node indexes. returns true if the element was completely snapped
(Inherited from BuilderShell.)
Public methodToString
Returns a string that represents the current object.
(Overrides BuilderShellToString.)
Top
Fields
  NameDescription
Protected field_color
user defined color of the beam-set
(Inherited from BuilderElement.)
Protected field_eccentricity
nodal eccentricity of the element
(Inherited from BuilderElement.)
Protected field_id
user given identification (name) of element
(Inherited from BuilderElement.)
Protected field_orientation
orientation of the element
(Inherited from BuilderElement.)
Protected field_position
position of the element
(Inherited from BuilderElement.)
Protected fieldcrosec_
the elements cross section
(Inherited from BuilderShell.)
Top
See Also