API Documentation > Classes > Class pfcEdge
Class pfcEdge
Description
Describes an edge.
Direct Parent Classes:
User Guide References:
Property Summary
/* readonly */ /* optional */ pfcEdge
The next edge in the contour
/* readonly */ /* optional */ pfcEdge
The next edge in the other contour
/* readonly */ /* optional */ pfcSurface
The first adjacent surface
/* readonly */ /* optional */ pfcSurface
The second adjacent surface
Method Summary
EvalUV (number Parameter)
Evaluates the edge at a particular t-parameter location in terms of the UV coordinates of the edge.
number
Gets the edge direction in the specified surface.
Property Detail
/* readonly */ /* optional */ pfcEdge
Edge1
The next edge in the contour
/* readonly */ /* optional */ pfcEdge
Edge2
The next edge in the other contour
/* readonly */ /* optional */ pfcSurface
Surface1
The first adjacent surface
/* readonly */ /* optional */ pfcSurface
Surface2
The second adjacent surface
Method Detail
EvalUV
(number Parameter)
Evaluates the edge at a particular t-parameter location in terms of the UV coordinates of the edge.
Parameters:
Parameter
The normalized parameter on the edge
Returns:
The edge data, including the resulting UV point, and the first and second UV derivatives
User Guide References:
number
GetDirection
(pfcSurface Surf)
Gets the edge direction in the specified surface.
Parameters:
Surf
The surface
Returns:
The edge direction
User Guide References:
Was this helpful?