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) ...
public _GeoContinuity
public _Convexity
Copyright © 1999-2015, Dassault Systèmes. All rights reserved.