Open CASCADE Technology  7.3.0
Enumerations

gp_TrsfForm.hxx File Reference

Enumerations

enum  gp_TrsfForm {
  gp_Identity, gp_Rotation, gp_Translation, gp_PntMirror,
  gp_Ax1Mirror, gp_Ax2Mirror, gp_Scale, gp_CompoundTrsf,
  gp_Other
}
 Identifies the type of a geometric transformation. More...
 

Enumeration Type Documentation

◆ gp_TrsfForm

Identifies the type of a geometric transformation.

Enumerator
gp_Identity 

No transformation (matrix is identity)

gp_Rotation 

Rotation.

gp_Translation 

Translation.

gp_PntMirror 

Central symmetry.

gp_Ax1Mirror 

Rotational symmetry.

gp_Ax2Mirror 

Bilateral symmetry.

gp_Scale 

Scale.

gp_CompoundTrsf 

Combination of the above transformations.

gp_Other 

Transformation with not-orthogonal matrix.