Class pfcEdge

# include <pfcGeometry.h>

class
pfcEdge
: public virtual
pfcGeomCurve,
: public virtual
pfcModelItem
{
xaideclare(pfcEdge)
...
};


Description
Describes an edge.
Manual References:
Direct Known Subclasses:
Method Summary
EvalUV (xreal Parameter)
Evaluates the edge at a particular t-parameter location in terms of the UV coordinates of the edge.
Gets the edge direction in the specified surface.
The next edge in the contour
The next edge in the other contour
The first adjacent surface
The second adjacent surface
Methods Inherited from Class pfcGeomCurve::
Methods Inherited from Class pfcChild::
Methods Inherited from Class pfcActionSource::
Methods Inherited from Class pfcRelationOwner::
Methods Inherited from Class pfcParent::
Methods Inherited from Class pfcParameterOwner::
Methods Inherited from Class pfcModelItem::
Method Detail
GetSurface1
()
The first adjacent surface
Manual References:
GetSurface2
()
The second adjacent surface
Manual References:
GetEdge1
()
The next edge in the contour
Manual References:
GetEdge2
()
The next edge in the other contour
Manual References:
EvalUV
(xreal Parameter)
Evaluates the edge at a particular t-parameter location in terms of the UV coordinates of the edge.
Manual References:
Parameters:
Parameter
The normalized parameter on the edge
Returns:
The edge data, including the resulting UV point, and the first and second UV derivatives
GetDirection
Gets the edge direction in the specified surface.
Manual References:
Parameters:
Surf
The surface
Returns:
The edge direction
Was this helpful?