ShellsPrincipalCrossSectionForces Constructor

Initializes a new instance of the ShellsPrincipalCrossSectionForces class. Create visitor for local shell cross section forces.

Definition

Namespace: Karamba.Results
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public ShellsPrincipalCrossSectionForces(
	Model model,
	string lCSelection
)

Parameters

model  Model
Model to be visited.
lCSelection  String
String describing the user's state selection choice. Syntax: "LoadCaseCombinationName/Tag1/Tag2/Tag3/...". The tags get converted to lower case; leading and trailing spaces get removed.

See Also