(translator=Szuwei, ChineseSource=Szuwei-20020731-0\shrinkfaces.html, EnglishSource=c:\matlabr12\help\techdoc\ref\shrinkfaces.html)
MATLAB Function Reference    
shrinkfaces

化簡(reduce)土地(patch)表面(faces)的大小(size)。

Syntax

Description

shrinkfaces(p,sf)收縮(shrinks)土地(patch)p中表面的面積(area)到收縮(shrinks)的系數(factor)sf。0.6的收縮係數(shrink factor)收縮(shrinks)每一個表面(face)到原來面積(area)的60%。如果土地(patch)含有共有(shared)的頂點,MATLAB在執行表面面積(face-area)化簡前創造不共同擁有(nonshared)的頂點。

nfv = shrinkfaces(p,sf)傳回表面和頂點資料在結構nfv,但是不會設定土地(patch)p的屬性(properties)FacesVertices

nfv = shrinkfaces(fv,sf)使用來自結構fv的表面和頂點資料。

shrinkfaces(p)shrinkfaces(fv)(不用明確說明收縮的係數)假設收縮的係數是0.3。

nfv = shrinkfaces(f,v,sf)使用來自陣列fv的表面和頂點資料。

[nf,nv] = shrinkfaces(...)傳回表面(face)和頂點(vertex)資料以兩個分開(separate)的陣列取代結構(struct)。

Examples

這個範例使用了流向資料集(flow data set),象徵在無限大的(infinite)水缸(tank)中做潛入(submerged)噴射(jet)其速率(speed)的概況(profile)(請打help flow來獲得更多的訊息。)。兩個分離平面(isosurfaces)提供一個在收縮(shrinking)面積大小(face size)之前和之後的景觀(view)。

See Also

isocaps, isonormals, isosurface, reducepatch, reducevolume, smooth3, subvolume


 shiftdim sign