Click or drag to resize

Karamba.Utilities.Mappings Namespace

Functors that implement operations in the model geometry.
Classes
  ClassDescription
Public classInterShape
Functor that interpolates the geometry between different models.
Public classMapper
Base class of all functors that change a statical model (e.g. its geometry).
Public classMapping
Base class of all functors that change a statical model (e.g. its geometry).
Public classProxyStitch
Functor that connects sets of beams with structural elements (beams or trusses): The starting point is chosen randomly on the first edge. Other points on other edges are calculated with an offset from their forerunner-point: This offset is determined from a uniform random distribution of which the user can choose minimum and maximum value (The edges are parameterized from 0 to 1). Resulting parameters smaller 0 or larger 1 are set to 0 or 1. By default it is assumed that equal position parameters on two edges mean minimum distance between the two positions.
Public classSimpleStitch
Functor that connects sets of beams with structural elements (beams or trusses): The connections are made up of StraightLinelements that span between arbitrary points on the edges edges: the parts to be connected, belong to Stitch n_connections: number of connections between the edges.
Public classStackedStitch
Functor that connects sets of beams with structural elements (beams or trusses): The connections are made up of StraightLinelements that span between arbitrary points on the edges edges: the parts to be connected, belong to Stitch n_connections: number of connections between the edges.