Click or drag to resize

RetrieverStrategy_Force Class

Define the strategy to be used by the retriever to get results for a given state.
Inheritance Hierarchy
SystemObject
  Karamba.Results.ShellSectionRetrieverStrategy
    Karamba.Results.ShellSectionRetrieverStrategy_Force

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

The RetrieverStrategy_Force type exposes the following members.

Constructors
  NameDescription
Public methodRetrieverStrategy_Force
Initializes a new instance of the RetrieverStrategy_Force class
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.)
Protected methodGetInfo
Check if the data from RetrieverInfo are valid and store them.
(Inherited from RetrieverStrategy.)
Public methodGetResults
Gives results respect to a set of polylines and crossed faces indexes.
(Overrides RetrieverStrategyGetResults(ListPolyLine3, ListListInt32, RetrieverInfo).)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
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
Fields
  NameDescription
Protected field_lcName
Load case for which the results are extracted.
(Inherited from RetrieverStrategy.)
Protected field_meshGroup
Mesh group inside the model for which the results are extracted.
(Inherited from RetrieverStrategy.)
Protected field_model
Karamba model for which the results are extracted.
(Inherited from RetrieverStrategy.)
Top
See Also