API Documentation > Interfaces > Interface Edge
Interface Edge
Description
Describes an edge.
Direct Known Subclasses:
Methods Inherited from Interface com.ptc.pfc.pfcGeometry.GeomCurve :
Methods Inherited from Interface com.ptc.pfc.pfcObject.Child :
Methods Inherited from Interface com.ptc.pfc.pfcBase.ActionSource :
Methods Inherited from Interface com.ptc.pfc.pfcModelItem.RelationOwner :
Methods Inherited from Interface com.ptc.pfc.pfcObject.Parent :
Methods Inherited from Interface com.ptc.pfc.pfcModelItem.ParameterOwner :
Methods Inherited from Interface com.ptc.pfc.pfcModelItem.ModelItem :
Method Summary
EvalUV (double Parameter)
Evaluates the edge at a particular t-parameter location in terms of the UV coordinates of the edge.
int
Gets the edge direction in the specified surface.
/*optional*/ Edge
Get method for attribute "Edge1"
The next edge in the contour
/*optional*/ Edge
Get method for attribute "Edge2"
The next edge in the other contour
/*optional*/ Surface
Get method for attribute "Surface1"
The first adjacent surface
/*optional*/ Surface
Get method for attribute "Surface2"
The second adjacent surface
Method Detail
GetSurface1
/*optional*/ Surface
GetSurface1
()
The first adjacent surface
User Guide References:
GetSurface2
/*optional*/ Surface
GetSurface2
()
The second adjacent surface
User Guide References:
GetEdge1
/*optional*/ Edge
GetEdge1
()
The next edge in the contour
User Guide References:
GetEdge2
/*optional*/ Edge
GetEdge2
()
The next edge in the other contour
User Guide References:
EvalUV
EvalUV
(double Parameter)
Evaluates the edge at a particular t-parameter location in terms of the UV coordinates of the edge.
User Guide 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
int
GetDirection
(Surface Surf)
Gets the edge direction in the specified surface.
User Guide References:
Parameters:
Surf
The surface
Returns:
The edge direction
Was this helpful?