ElementGeometryVisitor Class

Generate the deformed geometry of the element and add it to the list of curves and meshes.

Definition

Namespace: Karamba.Results
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public class ElementGeometryVisitor : MeshResultsVisitor
Inheritance
Object    ModelElementVisitor    MeshResultsVisitor    ElementGeometryVisitor

Constructors

ElementGeometryVisitor Initializes a new instance of the ElementGeometryVisitor class. create a visitor for creating the deformed geometry of elements.

Properties

visibleOnly Gets or sets a value indicating whether only visible elements are included in the visit.

Methods

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(ListLine3, ListIMesh) 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 MeshResultsVisitor)
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 ModelElementVisitor)
VisitElements(ListString) Let visitor visit all fem elements that correspond to the given identifiers. If no identifiers are given all elements are visited.
(Inherited from ModelElementVisitor)
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))
VisitTruss Visit a truss.
(Overrides MeshResultsVisitorVisitTruss(ModelTruss))

Fields

_lines resulting list of curves.
LayerInd index of layer for which to gather results.
(Inherited from MeshResultsVisitor)
Meshes resulting list of meshes.
(Inherited from MeshResultsVisitor)
model Model from which results are to be gathered.
(Inherited from ModelElementVisitor)
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)

Extension Methods

ContainerType test if object is (a container like) a list or an array.
(Defined by MiniUtil)

See Also