#include<kfbxtrimnurbssurface.h>
List of all members.
Detailed Description
KFbxBoundaryDescribes a trimming boundary for a trimmed nurbs object.
Note that outer boundaries run counter-clockwise in UV space and inner boundaries run clockwise. An outer boundary represents the outer edges of the trimmed surface whereas the inner boundaries define "holes" in the surface.
Definition at line59of filekfbxtrimnurbssurface.h.
Member Function Documentation
Add an edge to this boundary.
- Parameters:
| pCurve | The curve to append to the end of this boundary |
int GetCurveCount | ( | | ) | const |
- Returns:
- The number of edges in this boundary
Access the edge at index pIndex.
- Parameters:
| pIndex | The index of the edge to return. No bounds checking is done |
- Returns:
- The edge at index pIndex if pIndex is in the range [0, GetEdgeCount() ), otherwise the return value is undefined
Access the edge at index pIndex.
- Parameters:
| pIndex | The index of the edge to return. No bounds checking is done |
- Returns:
- The edge at index pIndex if pIndex is in the range [0, GetEdgeCount() ), otherwise the return value is undefined