SetPartVertex
Name
SetPartVertex
When to use it
After setting the sizes using the SetPart.
Prototype
SetPartVertex(
IndexPart: long /*[in]*/,
IndexVertex: long /*[in]*/,
X: double /*[in]*/,
Y: double /*[in]*/,
UserDefinedData: long /*[in]*/
);
Explanations
Sets the coordinates of each vertex of the polygon representing the piece to be cut. Vertices MUST be given in counter-clock direction.
Parameters
IndexPart - index of the piece whose vertices are to be set.
IndexVertex - index of the vertex whose coordinates are set.
X, Y - the coordinates of vertex.
UserDefinedData- an user defined value.
See also