API Documentation > Interface Classes > Class wfcEdgeDescriptor
Class wfcEdgeDescriptor

# include <wfcGeometry.h>

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

Description
The edge descriptor.
Method Summary
Method Detail
GetId
()
void
SetId
(xint value)
The edge Id.
Manual References:
GetEdgeSurface1
()
void
SetEdgeSurface1
Edge surface 1 info.
Manual References:
GetEdgeSurface2
()
void
SetEdgeSurface2
Edge surface 2 info.
Manual References:
GetXYZCurveData
()
void
SetXYZCurveData
XYZ-curve data.
Manual References:
Create
(xint Id, wfcEdgeSurfaceData_ptr EdgeSurface1, wfcEdgeSurfaceData_ptr EdgeSurface2, optional pfcCurveDescriptor_ptr XYZCurveData)
Creates EdgeDescriptor object.
Manual References:
Parameters:
Id
The Edge Id.
EdgeSurface1
The Edge surface 1.
EdgeSurface2
The Edge syrface 2.
XYZCurveData
The XYZ curve.
Returns:
Was this helpful?