HDK
|
#include <GU_EdgeUtils.h>
Public Member Functions | |
GU_PerEdgeDiv (const GA_Edge &edge, GA_Offset primoff, int numcuts, float fraction) | |
Public Attributes | |
GA_Edge | myEdge |
GA_Offset | myPrimOffset |
int | myNumCuts |
float | myFraction |
Describes the per-edge fraction and number of divisions per edge for GUdivideEdges(). If myPrimOffset is GA_INVALID_OFFSET, all primitives referencing the edge will be modified.
Definition at line 235 of file GU_EdgeUtils.h.
|
inline |
Definition at line 238 of file GU_EdgeUtils.h.
GA_Edge GU_PerEdgeDiv::myEdge |
Definition at line 251 of file GU_EdgeUtils.h.
float GU_PerEdgeDiv::myFraction |
Definition at line 254 of file GU_EdgeUtils.h.
int GU_PerEdgeDiv::myNumCuts |
Definition at line 253 of file GU_EdgeUtils.h.
GA_Offset GU_PerEdgeDiv::myPrimOffset |
Definition at line 252 of file GU_EdgeUtils.h.