Click or drag to resize

RetrieverInfo Class

Class where are stored all the parameters used by Retriever.
Inheritance Hierarchy

Namespace:  Karamba.Results.ShellSection
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public abstract class RetrieverInfo

The RetrieverInfo type exposes the following members.

Constructors
  NameDescription
Protected methodRetrieverInfo
Initializes a new instance of the RetrieverInfo class. Create a new instance.
inputModel Karamba Model used to compute the results.
inputPolyline Geometry to project on the mesh group.
inputVector Projection direction.
tol Tolerance value used for equality check.
delta Delta is the minimum value for the splitting algorithm in ShellSectionMarchingAlgorithms.
lcName Load case for which results should be retrieve.
elemIds Shell Ids that define the mesh to project on.
Top
Properties
  NameDescription
Public propertyDelta
Gets or sets the Delta value used by ShellSectionMarchingAlgorithms. Delta is the minimum value for the splitting algorithm. If the splitted result is lower, the method won't go further.
Public propertyInputPolyline
Gets or sets the geometry to project on the mesh group.
Public propertyInputVector
Gets or sets the projection direction.
Public propertyLayerInd
Gets or sets the index of layer to be displayed.
Public propertyLcName
Gets or sets the load case for which results should be retrieve.
Public propertyMeshGroup
Gets or sets the mesh group where to project.
Public propertyModel
Gets or sets the Model used to compute the results.
Public propertyTol
Gets or sets the tolerance value used for equality check.
Top
Methods
  NameDescription
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 methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsValid
Check if RetrieverInfo has valid data. Otherwise returns an Exception.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also