All Frameworks  Object Hierarchy  This Framework  Indexes  

CatSectionClippingMode (Enumeration)

enum CatSectionClippingMode {
  catSection_Software,
  catSection_OpenGL
}
The different algorithmes used to computate the section result.
It is used by the SectioningSettingAtt object to specify the section's computation mode.
Values:
catSection_Software
The section is software computed (the result is more precise but slower).
catSection_OpenGL
The section is computed by the graphic card (the result is faster but less precise).


Copyright © 2003, Dassault Systèmes. All rights reserved.