Enum ModOp.ModificationMode
Kind of operation
Namespace: CADability
Assembly: CADability.dll
Syntax
public enum ModificationMode
Fields
| Name | Description |
|---|---|
| Ax1Mirror | Ax1Mirror: reflection about an axis, |
| Ax2Mirror | Ax2Mirror: reflection at a plane, |
| CompoundTrsf | CompoundTrsf: combination of the modes mentioned before |
| Identity | Identity: leaves everything unchanged |
| Other | Other: distortion |
| PntMirror | PntMirror: reflection about a point, |
| Rotation | Rotation: rotation about an axis |
| Scale | Scale: scaling, |
| Translation |