API Documentation > Interface Classes > Class pfcCurvatureData
Class pfcCurvatureData

# include <pfcGeometry.h>

class
pfcCurvatureData
: public virtual
xobject
{
xdeclare(pfcCurvatureData)
...
};
This is a
COMPACT class.

Description
This class specifies the curvature data.
Manual References:
Method Summary
void
The maximum curvature
void
The vector that specifies the maximum direction
void
The minimum curvature
void
The vector that specifies the minimum direction
Method Detail
GetMaxCurvature
()
void
SetMaxCurvature
(xreal value)
The maximum curvature
GetMinCurvature
()
void
SetMinCurvature
(xreal value)
The minimum curvature
GetMinDir
()
void
SetMinDir
(pfcVector3D_ptr value)
The vector that specifies the minimum direction
GetMaxDir
()
void
SetMaxDir
(pfcVector3D_ptr value)
The vector that specifies the maximum direction
Was this helpful?