Solids and surfaces
| Solids and
Surfaces It is possible in MINOS to create surfaces or solids. A surface can be compared to a very thin sheet of paper. Surfaces are often opened. MINOS uses a system called "Constructive Solid Geometry" (CSG) to represent solids or surfaces. In this system, objects are represented by their history. But each time a solid is created, the "Boundary Representation" (B.Rep) is computed. When all the faces of a solid are closed, it is called "Solid" because it can be considered filled by material. When the faces are not closed they are considered as "Surface". In a lot of functions, it is possible to define if the result is a "Solid" or a "Surface". Then they are represented by facets or patches. |
![]() |
| Surfaces Create and modify surfaces. There are two types of surfaces in MINOS. Bézier's patches, and polyhedron. |
|
| Create a
Cylinder A cylinder (also called Extrusion) is generated by moving a basis line along a vector. The result is closed if the basis is closed.
|
|
| Revolve A revolve is generated by a meridian line turning around an axis. If the beginning and the end of the line are on the axis, the result is closed. If the meridian line is close, the result is closed. Note that the meridian must not cross the axis.
|
|
| Circular
Cylinder A circular cylinder is defined by an axis of revolution, a radius and an height.
|
|
| Cone A cone is defined by an axis of revolution, a top radius a bottom radius and an height.
|
|
| Ruled Surface A ruled surface is a surface created between lines. Between two lines, the generators are streight lines.
In order to obtain a correct result, lines must have the same number of different parts. Circles are divided in 4 parts of at least 90 degrees each. A line string has as many parts as number of components. Be careful not to twist lines. Lines must be in the same direction. |
|
| Pipe A pipe is generated by moving a basis line along a neutral line. The result is closed if the basis is closed.
|
|
| Evolutive
Volume An evolutive volume is generated by moving a basis line along a neutral line. The result is closed if the neutral line is closed.
|
|
| Box A box is a solid created with 6 shapes parallels to the axes. A box can be defined with a diagonal line or an enclosed object.
|
|
| Fuse some
solids A fuse object is created by the topological union of some solids.
|
|
| Cut a solid
by other solids A cut object is created by the topological substraction of some solids.
|
|
| Common of two
solids A common object is created by the topological intersection of two solids.
|