public class MeshResultsVisitor : ModelElementVisitor
Public Class MeshResultsVisitor
Inherits ModelElementVisitor
public ref class MeshResultsVisitor : public ModelElementVisitor
type MeshResultsVisitor =
class
inherit ModelElementVisitor
end
MeshResultsVisitor | Initializes a new instance of the MeshResultsVisitor class. create a new visitor that gathers mesh-like results from the elements. |
AddCaps | add caps at the naked edges of the meshes. Number of meshes must be a multiple of 2. |
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. |
result | return the results of the visitor. |
ToString | Returns a string that represents the current object. (Inherited from Object) |
VisitBeam |
Visit a beam.
(Overrides ModelElementVisitorVisitBeam(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) |
VisitMembrane |
Visit a membrane.
(Overrides ModelElementVisitorVisitMembrane(ModelMembrane)) |
VisitShell |
Visit a shell.
(Overrides ModelElementVisitorVisitShell(ModelShell)) |
VisitSpring |
Visit a spring.
(Overrides ModelElementVisitorVisitSpring(ModelSpring)) |
VisitTruss |
Visit a truss.
(Overrides ModelElementVisitorVisitTruss(ModelTruss)) |
LayerInd | index of layer for which to gather results. |
Meshes | resulting list of meshes. |
model |
Model from which results are to be gathered.
(Inherited from ModelElementVisitor) |
ValueDistributionType | Type of procedure for deriving nodal values from element values. |
WithCaps | if true caps will be added at the boundaries between two consecutive meshes of the results. |
ContainerType |
test if object is (a container like) a list or an array.
(Defined by MiniUtil) |