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