KSurface.faceToUV() method
通过面的UV参数坐标系将三维面转换成二维面。 注意:需要保证该三维面落在面上。
Convert a 3D face to 2d face based on surface's uv coordinate system. NOTE: The caller needs to make sure the face is on the surface.
Signature:
faceToUV(face: KFace3d): KUVFace;
Parameters
Parameter | Type | Description |
---|---|---|
face | 输入的三维面。 The input 3D face. |
Returns:
二维面。
The 2D face.