|
Mapper Class
|
Base class of all functors that change a statical model (e.g. its geometry).
Inheritance Hierarchy
Namespace:
Karamba.Utilities.Mappings
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic static class Mapper
Public NotInheritable Class Mapper
public ref class Mapper abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type Mapper = class end
The Mapper type exposes the following members.
Methods
| Name | Description |
---|
  | mappedModel |
Calculate a mapped model based on an input-model, a list of mappers and a list of parameters.
|
Top
See Also