GMModelInterfaces 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 © 1999-2015, Dassault Systèmes. All rights reserved.