Click or drag to resize

RCOptiShell Constructor

Initializes a new instance of the RCOptiShell class. Creates cross section optimization element consisting of shell elements.

Namespace:  Karamba.Algorithms
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public RCOptiShell(
	List<ModelMembrane> shells
)

Parameters

shells
Type: System.Collections.GenericListModelMembrane
Elements to be optimized.
See Also