API Documentation > Interface Classes > Class wfcEdgeRepresentation
Class wfcEdgeRepresentation

# include <wfcPart.h>

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

Description
The Edge representation in conversion option.
User Guide References:
Method Summary
Create (xint UVPoints, xint UVCurves, xint XYZCurves)
Creates the EdgeRepresentation object.
void
The UV curves.
void
The UV points.
void
The XYZ curves.
Method Detail
GetUVPoints
()
void
SetUVPoints
(xint value)
The UV points.
User Guide References:
GetUVCurves
()
void
SetUVCurves
(xint value)
The UV curves.
User Guide References:
GetXYZCurves
()
void
SetXYZCurves
(xint value)
The XYZ curves.
User Guide References:
Create
(xint UVPoints, xint UVCurves, xint XYZCurves)
Creates the EdgeRepresentation object.
User Guide References:
Parameters:
UVPoints
UVCurves
XYZCurves
Returns:
Was this helpful?