|
InterShape Constructor (ListModel)
|
Initializes a new instance of the
InterShape class.
creates a new shape interpolation functor.
Namespace:
Karamba.Utilities.Mappings
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic InterShape(
List<Model> femodels
)
Public Sub New (
femodels As List(Of Model)
)
public:
InterShape(
List<Model^>^ femodels
)
new :
femodels : List<Model> -> InterShapeParameters
- femodels
- Type: System.Collections.GenericListModel
geometries to interpolate to from a given base model.
See Also