public class ElementDisplacedGeometryVisitorParallel : MeshResultsVisitorParallel
Public Class ElementDisplacedGeometryVisitorParallel
Inherits MeshResultsVisitorParallel
public ref class ElementDisplacedGeometryVisitorParallel : public MeshResultsVisitorParallel
type ElementDisplacedGeometryVisitorParallel =
class
inherit MeshResultsVisitorParallel
end
ElementDisplacedGeometryVisitorParallel | Initializes a new instance of the ElementDisplacedGeometryVisitorParallel class. create a parallel visitor for creating the deformed geometry of elements. |
maxResDisp | Gets the maximum resultant unscaled translational displacement of the visible model parts. |
AddCaps |
add caps at the naked edges of the meshes. Number of meshes must be a multiple of 2.
(Inherited from MeshResultsVisitor) |
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) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
nodalHeightEcce |
determines nodal eccentricities and cross section heights.
(Inherited from MeshResultsVisitor) |
result(ListPolyLine3, ListIMesh, IReadOnlyListPoint3) | add the visitors resulting meshes and curves to the given meshes and curves. |
result(ListIMesh, ListString, ListColor) |
return the results of the visitor.
(Inherited from MeshResultsVisitorParallel) |
ToString | Returns a string that represents the current object. (Inherited from Object) |
VisitBeam |
Visit a beam.
(Overrides MeshResultsVisitorVisitBeam(ModelBeam)) |
VisitElements(IEnumerableModelElement) |
Visit the given elements.
(Inherited from MeshResultsVisitorParallel) |
VisitElements(ListString) |
let visitor visit all fem elements that correspond to the given identifiers. If no identifiers are given all
elements are visited.
(Overrides MeshResultsVisitorParallelVisitElements(ListString)) |
VisitElementStraightLine | Visit a straight line element. |
VisitMembrane |
Visit a membrane.
(Overrides MeshResultsVisitorVisitMembrane(ModelMembrane)) |
VisitShell |
Visit a shell.
(Overrides MeshResultsVisitorVisitShell(ModelShell)) |
VisitSpring |
Visit a spring.
(Overrides MeshResultsVisitorVisitSpring(ModelSpring)) |
VisitSurface | Visit the given surface element. |
VisitTruss |
Visit a truss.
(Overrides MeshResultsVisitorVisitTruss(ModelTruss)) |
_displacements | Displacements of the nodes of the model. |
_stateElement1DSelectors | The result selector to be used for retrieving results. |
_stateElement2DSelectors | The result selector to be used for retrieving results. |
LayerInd |
index of layer for which to gather results.
(Inherited from MeshResultsVisitor) |
MaxResDisps | Maximum resultant translational unscaled displacements of the visible parts of the model. |
Meshes |
resulting list of meshes.
(Inherited from MeshResultsVisitor) |
model |
Model from which results are to be gathered.
(Inherited from ModelElementVisitor) |
res_curves_ | resulting list of curves. |
res_elements_ | model-elements which are to be visited. (Inherited from MeshResultsVisitorParallel) |
res_meshes_ | maps model-elements to their mesh-representation. (Inherited from MeshResultsVisitorParallel) |
ValueDistributionType |
Type of procedure for deriving nodal values from element values.
(Inherited from MeshResultsVisitor) |
WithCaps |
if true caps will be added at the boundaries between two consecutive meshes of the results.
(Inherited from MeshResultsVisitor) |
ContainerType |
test if object is (a container like) a list or an array.
(Defined by MiniUtil) |