Click or drag to resize

RetrieverInfo Constructor

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.

Namespace:  Karamba.Results.ShellSection
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
protected RetrieverInfo(
	Model model,
	PolyLine3 inputPolyline,
	Vector3 inputVector,
	double tol,
	double delta,
	string lcName,
	List<string> elemIds,
	List<Guid> elemGuids,
	int layerInd = 0
)

Parameters

model
Type: Karamba.ModelsModel
Karamba Model used to compute the results.
inputPolyline
Type: Karamba.GeometryPolyLine3
Geometry to project on the mesh group.
inputVector
Type: Karamba.GeometryVector3
Projection direction.
tol
Type: SystemDouble
Tolerance value used for equality check.
delta
Type: SystemDouble
Delta is the minimum value for the splitting algorithm in ShellSectionMarchingAlgorithms.
lcName
Type: SystemString
Load case for which results should be retrieve.
elemIds
Type: System.Collections.GenericListString
Shell Ids that define the mesh to project on.
elemGuids
Type: System.Collections.GenericListGuid
Shell Guids that define the mesh to project on.
layerInd (Optional)
Type: SystemInt32
Index of layer to handle. Defaults to 0 which is the all encompassing cross section.
See Also