GeomModel Class

This is the GeomModel class definition.

class packages.+mp.GeomModel(name, dim, ambientDim, legacyID)

GeomModel Represents geometric model. The dim property describes the intrinsic dimension. It is 1 for curves 2 for surfaces and 3 for volumes. The geometric model is always treated as embedded in 3D space, that is points always have 3 coordinates [x,y,z]. However it may happen that the geometric model is embedded is a subspace of R3. If it is embeded in subspace [x,0,0] the ambientDim is 1. If it is embedded in subspace [x,y,0] then ambientDim is 2. In any circumstances dim <= ambientDim.

The introduction of ambientDim is just for efficiency reason in order not to condiser mapping functions that are trivially zero.

This is description of class GeomModel. Bla bla.

Properties

Methods

Constructors

GeomModel.GeomModel(name, dim, ambientDim, legacyID)