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