Mesh Geometry
Surface of Mesh Geometry is defined by its mesh.
Note that unlike 3DS and SOR sections Mesh Sections are not parametric
objects. In the current release surface of a mesh section can only be
modified programmatically in DG Kernel component using meshing interfaces.
Objects imported from OBJ, VRML or STL CAD formats are added to the model as Entities with "Mesh"
type of geometry. Mesh geometry can also useful for programmatic surface
generation or manipulation for complicated objects or where exact
interpolation of calculated points is required.
Mesh Entity objects can be created dynamically using
Object Generator class.
To convert another type of geometry to Mesh call IEntity_DG.SetGeometryType("Mesh")
|