Click or drag to resize

RetrieverInfo_Force Class

Class where are stored all the parameters used by Retriever.
Inheritance Hierarchy
SystemObject
  Karamba.Results.ShellSectionRetrieverInfo
    Karamba.Results.ShellSectionRetrieverInfo_Force

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

The RetrieverInfo_Force type exposes the following members.

Constructors
  NameDescription
Public methodRetrieverInfo_Force
Initializes a new instance of the RetrieverInfo_Force class. Retrieves force information from a shell-section.
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.
(Inherited from RetrieverInfo.)
Public propertyInputPolyline
Gets or sets the geometry to project on the mesh group.
(Inherited from RetrieverInfo.)
Public propertyInputVector
Gets or sets the projection direction.
(Inherited from RetrieverInfo.)
Public propertyLayerInd
Gets or sets the index of layer to be displayed.
(Inherited from RetrieverInfo.)
Public propertyLcName
Gets or sets the load case for which results should be retrieve.
(Inherited from RetrieverInfo.)
Public propertyMeshGroup
Gets or sets the mesh group where to project.
(Inherited from RetrieverInfo.)
Public propertyModel
Gets or sets the Model used to compute the results.
(Inherited from RetrieverInfo.)
Public propertyTol
Gets or sets the tolerance value used for equality check.
(Inherited from RetrieverInfo.)
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.
(Inherited from RetrieverInfo.)
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