Click or drag to resize

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)
Syntax
public InterShape(
	List<Model> femodels
)

Parameters

femodels
Type: System.Collections.GenericListModel
geometries to interpolate to from a given base model.
See Also