All Frameworks  Class Hierarchy  This Framework  Indexes

NewTopologicalObjects Structure CATTopSharpness

CATTopSharpness
public struct CATTopSharpness

Structure representing the geometric properties of an edge.

To test if an edge if flat :

  if (Sharpness._GeoContinuity & CATSmooth)
To test if an edge if sharp :
if (!(Sharpness._GeoContinuity & CATSmooth)) ...//          or 
 if (Sharpness._GeoContinuity == CATSharp) ... 

Data Members


o _GeoContinuity
  public  _GeoContinuity
o _Convexity
  public  _Convexity

This object is included in the file: CATTopDefine.h

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