Library | Module

Class pfcEdge



Description

Describes an edge.
Direct Parent Classes:
pfcGeomCurve, pfcModelItem



Property Summary

/* readonly */  /* optional */ pfcEdgeEdge1
The next edge in the contour
/* readonly */  /* optional */ pfcEdgeEdge2
The next edge in the other contour
/* readonly */  /* optional */ pfcSurfaceSurface1
The first adjacent surface
/* readonly */  /* optional */ pfcSurfaceSurface2
The second adjacent surface



Method Summary

pfcEdgeEvalDataEvalUV (number Parameter)
Evaluates the edge at a particular t-parameter location in terms of the UV coordinates of the edge.
numberGetDirection (pfcSurface Surf)
Gets the edge direction in the specified surface.



Property Detail


/* readonly */  /* optional */ pfcEdgeEdge1

The next edge in the contour




/* readonly */  /* optional */ pfcEdgeEdge2

The next edge in the other contour




/* readonly */  /* optional */ pfcSurfaceSurface1

The first adjacent surface




/* readonly */  /* optional */ pfcSurfaceSurface2

The second adjacent surface





Method Detail


pfcEdgeEvalDataEvalUV (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



numberGetDirection (pfcSurface Surf)

Gets the edge direction in the specified surface.
Parameters:
Surf
The surface
Returns:
The edge direction