Click or drag to resize

ModelElement Methods

The ModelElement type exposes the following members.

Methods
  NameDescription
Public methodAccept(ModelElementVisitor)
accept an element visitor.
Public methodAcceptT(IModelElementVisitorT, T)
accept an element visitor.
Public methodAcceptR, T(IModelElementVisitorR, T, T)
accept an element visitor.
Public methodadd
add an element load to the element.
Protected methodaddLoads
add loads connected to this element to its feb-element.
Public methodaddStrainMesh
enrich the given mesh with strain data of this element.
Public methodaddStressMesh
enrich the given mesh with stress data of this element.
Public methodaddTo
create feb-element and add it to the feb-model.
Public methodaddUtilizationMesh
enrich the given mesh with utilization data of this element.
Public methodStatic memberbuild
Build elements (Beam, Truss, spring,..) out of grass-elements and additional information.
Public methodBuilderElement
Clone the grass-element on which this model-element is based and linked to.
Public methodcharacteristic_length
calculate characteristic length of the element.
Public methodclearLoads
clears the loads of the element. Make sure to clone it before clearing the loads in order to avoid side effects.
Public methodClone
Clone the model element.
Public methodcloneBuilderElement
Clone the grass-element on which this model-element is based and linked to.
Public methodclonedBuilderElement
return the cloned grass-element on which this model-element is based or null.
Public methodcog
calculate the center of gravity of the element.
Public methodcopyFEModelNodeIndexes
update the elements node indexes with those of the underlying finite element. This is necessary when topology of the feb-model changed.
Public methoddeformationEnergy
calculates axial deformation- and bending energy stored in the element.
Public methoddrawCroSecForceOutput
add lines of cross section forces diagrams to curves or meshes.
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 methodGetCrossSectionsStates_OLD
Determines the states in predefined discrete points of the element.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Protected methodGetObjectData
Serialize ModelElement.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodis_inside
checks whether an Element lies partly inside a given Brep.
Public methodlocalCoSys(Element)
create local coo-sys of undeformed element.
Public methodlocalCoSys(PointState)
create local coo-sys of deformed element.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodmidpoint_disp
return mid-point of deformed element.
Public methodminmaxEpsX
determine extreme axial strains in model for the currently visible loadcase. Add result of element if necessary.
Public methodreferencePointOnZAxis
return reference point on local z-axis for local coordinate system being situated at first element node.
Public methodresultantCroSecForces
calculates resultant normal force (N), shear force (V) and moment (M) in an element.
Public methodscaledState
return scaled state at given element, location; superimpose loadcases if lc_num is smaller than 0; unscaled load-case for lc_num % model.numLC if lc_num >= model.numLC (is used for retrieval of beam results).
Public methodscaledStateAtT
return scaled state at given element, location; superimpose loadcases if lc_num is smaller than 0; unscaled load-case for lc_num % model.numLC if lc_num >= model.numLC (is used for retrieval of beam results).
Public methodset_fe_and_model_index
set the element and fe_element index.
Public methodset_is_active
set activation state of element and synchronize it with fe-model. An extra fe-model-generation step is not necessary. Is therefore fast.
Public methodSetNodeInds
set the node indexes of the element.
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.
Public methodsplit_elem
The element with index ind is the seed of an element split. Make all splits in the model that are necessary so that feb-model and model are synchronized.
Public methodSurfaceArea
Gets the surface area of the element in [m2].
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodtotalEccentricity
returns the eccentricity of the element in global coordinates.
Public methodVolume
Get volume of the element in [m3?].
Public methodweight
return weight of the element in kN.
Top
See Also