|
|
ModelElement Methods |
The ModelElement type exposes the following members.
| Name | Description | |
|---|---|---|
| Accept(ModelElementVisitor) |
accept an element visitor
| |
| AcceptT(ModelElementVisitorT, T) |
accept an element visitor
| |
| AcceptR, T(ModelElementVisitorR, T, T) |
accept an element visitor
| |
| add |
add an element load to the element
| |
| addLoads |
add loads connected to this element to its feb-element
| |
| addStrainMesh |
enrich the given mesh with strain data of this element
| |
| addStressMesh |
enrich the given mesh with stress data of this element
| |
| addTo |
create feb-element and add it to the feb-model
| |
| addUtilizationMesh |
enrich the given mesh with utilization data of this element
| |
| build |
builds elements (Beam, Truss, spring,..) out of grass-elements and additional information.
| |
| characteristic_length |
calculate characteristic length of the element
| |
| clearLoads |
clears the loads of the element. Make sure to clone it before clearing the loads
in order to avoid side effects.
| |
| Clone |
clone the model element
| |
| cloneBuilderElement |
Clone the grass-element on which this model-element is based and linked to
| |
| clonedBuilderElement |
return the cloned grass-element on which this model-element is based or null
| |
| cog |
calculate the center of gravity of the element
| |
| copyFEModelNodeIndexes |
update the elements node indexes with those of the underlying finite element. This is necessary when
topology of the feb-model changed
| |
| deformationEnergy |
calculates axial deformation- and bending energy stored in the element
| |
| drawCroSecForceOutput |
add lines of cross section forces diagrams to curves or meshes
| |
| 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.) | |
| getElementStates |
determines the states in discrete points of the element
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| is_inside |
checks whether an Element lies partly inside a given Brep
| |
| localCoSys(Element) |
create local coo-sys of undeformed element
| |
| localCoSys(PointState) |
create local coo-sys of deformed element
| |
| maxCroSecForceOutput |
returns the resultant value of the largest cross section force output.
Can e.g. be used to scale graphical output.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| midpoint_disp |
return mid-point of deformed element
| |
| minmaxEpsX |
determine extreme axial strains in model for the currently visible loadcase.
Add result of element if necessary.
| |
| referencePointOnZAxis |
return reference point on local z-axis for local coordinate system being
situated at first element node.
| |
| resultantCroSecForces |
calculates resultant normal force (N), shear force (V) and moment (M) in an element
| |
| scaledState |
return scaled state at given element, location; superimpose loadcases if lc_num is smaller than 0;
unscaled loadcase for lc_num % model.numLC if lc_num >= model.numLC (is used for retrieval of beam results)
| |
| set_fe_and_model_index |
set the element and fe_element index
| |
| set_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.
| |
| SetNodeInds |
set the node indexes of the element
| |
| snapElement |
change the element if nodes snap together according to the given list of
node indexes.
returns true if the element was completely snapped
| |
| split_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.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| totalEccentricity |
returns the eccentricity of the element in global coordinates
| |
| weight |
return weight of the element in kN
|