Library | Module

Interface IpfcEdge



Description

Describes an edge.
Direct Parent Classes:
IpfcGeomCurve, IpfcModelItem



Property Summary

PropertyEdge1as IpfcEdge [readonly, optional]
The next edge in the contour
PropertyEdge2as IpfcEdge [readonly, optional]
The next edge in the other contour
PropertySurface1as IpfcSurface [readonly, optional]
The first adjacent surface
PropertySurface2as IpfcSurface [readonly, optional]
The second adjacent surface



Method Summary

FunctionEvalUV (Parameter as Double) as IpfcEdgeEvalData
Evaluates the edge at a particular t-parameter location in terms of the UV coordinates of the edge.
FunctionGetDirection (Surf as IpfcSurface) as Long
Gets the edge direction in the specified surface.



Property Detail


PropertyEdge1as IpfcEdge [readonly, optional]

The next edge in the contour




PropertyEdge2as IpfcEdge [readonly, optional]

The next edge in the other contour




PropertySurface1as IpfcSurface [readonly, optional]

The first adjacent surface




PropertySurface2as IpfcSurface [readonly, optional]

The second adjacent surface





Method Detail


FunctionEvalUV (Parameter as Double) as IpfcEdgeEvalData

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



FunctionGetDirection (Surf as IpfcSurface) as Long

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