Revision as of 21:43, 25 October 2007 editKubanczyk (talk | contribs)Extended confirmed users, Pending changes reviewers9,913 editsNo edit summary← Previous edit | Revision as of 16:53, 26 October 2007 edit undoSmackBot (talk | contribs)3,734,324 editsm Date/fix the maintenance tags or gen fixesNext edit → | ||
Line 1: | Line 1: | ||
{{ |
{{Mergeto|Solid modeling|date=October 2007}} | ||
In ], a '''transmigration operation''' refers to the changes in a part that must be propagated to changes in other parts which have a dependence on the first. Put simply it means that if something is moved, other things will be affected and must also be adjusted to preserve other established relationships. | In ], a '''transmigration operation''' refers to the changes in a part that must be propagated to changes in other parts which have a dependence on the first. Put simply it means that if something is moved, other things will be affected and must also be adjusted to preserve other established relationships. | ||
Revision as of 16:53, 26 October 2007
It has been suggested that this article be merged into Solid modeling. (Discuss) Proposed since October 2007. |
In solid modelling, a transmigration operation refers to the changes in a part that must be propagated to changes in other parts which have a dependence on the first. Put simply it means that if something is moved, other things will be affected and must also be adjusted to preserve other established relationships.
This expression came into existence when parametric modelers like SolidEdge gained acceptance. Parametric modelers generate the BREP from the CSG representation and its associations, usually in the form of LISP expressions.
Example
Suppose one has two blocks of widely different sizes. A Euler boolean operation is performed, subtracting the smaller block from a corner of the bigger one, and resulting in a block with a square corner removed. Now suppose that someone colors one of the edges of the block and stores that change. If she goes back and moves the cutting block so that instead of cutting a side, she instead cuts through the center of the edge, creating a two edges; the color change is then reapplied. Those subsequent changes are associated with both broken edges, rather than one of the cut edges.