SrfPtGrid

The SrfPtGrid command draws a surface from a grid of points that lie on the surface.

步驟

1. 輸入每一列的點數。
2. 輸入每一欄的點數。
3. 輸入每一個點的座標。

Note: You must type the grid control points one at a time and in order. This command is most useful when you have an ordered grid of control points in a text file and use it in conjunction with the ReadCommandFile command.

指令行選項

封閉

封閉曲面的一個或兩個方向,在指令提示設定列與欄的點數時可以設定是否封閉該方向。

Degree

設定曲線或曲面的階數

建立階數較高的曲線時,控制點的數目必需比階數大 1 或以上,得到的曲線的階數才會是設定的階數。

保留點

在指定的位置建立點物件。

範例

The example is a command file to create an approximate cylinder. To see this example perform, select the following text, copy it, and run the Paste command.

! _SrfPtGrid
_KeepPoints
3
_Closed
6
0,-5,0
4.33,-2.5,0
4.33,2.5,0
0,5,0
-4.33,2.5,0
-4.33,-2.5,0
0,-5,5
4.33,-2.5,5
4.33,2.5,5
0,5,5
-4.33,2.5,5
-4.33,-2.5,5
0,-5,10
4.33,-2.5,10
4.33,2.5,10
0,5,10
-4.33,2.5,10
-4.33,-2.5,10

請參考

建立曲面