File Menu

文件菜单

New Line

新线

A new line is inserted into the table below the selection frame.

在选择框架下面的表格中插入一行新的内容。

If you are in the point mode (default), a new point is added to the object. This is created at the object origin (X=0, Y=0, Z=0). By entering suitable X, Y and Z coordinates, you can change the spatial position of the point. If the active object is a Bezier spline, you can also enter values for the tangents.

如果处于点模式(默认) ,则会向对象添加一个新点。这是在对象原点(x = 0,y = 0,z = 0)创建的。通过输入合适的 x、 y 和 z 坐标,可以改变点的空间位置。如果活动对象是贝塞尔样条,您也可以为切线输入值。

If you are in the polygon mode, New Line adds a new polygon to the object. The new polygon will not be visible yet, since it has not been allocated suitable points (see Mode). You must do this point allocation by hand. If you are in UVW mode, New Line creates a new UVW coordinate. Since Cinema 4D assigns UVW coordinates to primitives automatically and UVW coordinates can be created easily using the Generate UVW Coordinates command, you may find little use for this command.

如果处于多边形模式,“新行”将向对象添加一个新的多边形。新的多边形将不会是可见的,因为它没有分配合适的点(见模式)。你必须用手来分配这个分数。如果您处于 UVW 模式,New Line 将创建一个新的 UVW 坐标。由于 Cinema 4D 自动将 UVW 坐标分配给原语,并且可以使用 Generate UVW Coordinates 命令轻松创建 UVW 坐标,您可能会发现这个命令几乎没有用处。

Import ASCII Data...

导入 ASCII 数据..。

Using this command, you can import points, polygons or UVW coordinates into the Structure Manager. The data that you import must be an ASCII file in the following format.

使用此命令,您可以将点、多边形或 UVW 坐标导入到构造管理器中。导入的数据必须是下列格式的 ASCII 文件。

Point 重点XYZ
1coordinates 坐标coordinates 坐标coordinates 坐标
2coordinates 坐标coordinates 坐标coordinates 坐标
3coordinates 坐标coordinates 坐标coordinates 坐标

Here’s a real Point mode example for a cube:

下面是一个立方体的实际点模式例子:

Point 重点XYZ
0-100-100-100
1-100100-100
2100-100-100
3100100-100
4100-100100
5100100100
6-100-100100
7-100100100

The ASCII file must start with a header (the Point X Y Z in the example above) and each row must start with the point number. The values within each line may be separated with a TAB character, a comma, a semicolon or a combination of these. Each line must end with the ASCII LF (linefeed) character or the CR (carriage return) character, or a combination of both. Thus the ASCII file can be created on a Macintosh, Windows or Unix computer.

ASCII 文件必须以标题开头(上面示例中的 Point x y z) ,每行必须以点号开头。每行中的值可以用 TAB 字符、逗号、分号或这些字符的组合分隔。每一行必须以 ASCII LF (换行)字符或 CR (回车)字符或两者的组合结束。因此,ASCII 文件可以在 Macintosh、 Windows 或 Unix 计算机上创建。

If data already exists in the Structure manager, the imported data is inserted before the line containing the selection frame

如果数据已经存在于构造管理器中,则导入的数据将插入到包含选择框架的行之前

To import a point cloud:

导入点云:

A Point cloud itself is not a 3D object. The necessary polygons must subsequently be created manually. how this is done is explained under 点云本身不是一个3D 对象。必要的多边形随后必须手动创建。如何做到这一点是解释下Polygon Pen 多边形钢笔.

Export ASCII Data...

输出 ASCII 数据..。

You can export the data shown in the Structure manager as an ASCII file — perhaps for export to another 3D application. In Point mode, the X, Y and Z coordinates of each point are exported. If the selected object is a Bezier spline, its tangent values are exported also. In Polygon mode, the edge data for each polygon is exported. In UVW mode, the UVW coordinates of each polygon (defined so far) are exported.

您可以将 Structure manager 中显示的数据导出为 ASCII 文件ーー也许可以导出到另一个3D 应用程序。在点模式中,每个点的 x、 y 和 z 坐标被导出。如果选定的对象是贝塞尔样条曲线,则也会导出其正切值。在多边形模式下,导出每个多边形的边数据。在 UVW 模式下,导出每个多边形的 UVW 坐标(到目前为止已定义)。

Close

关闭

Closes the Structure manager.

关闭构造管理器。

Undo, Redo

撤销,重做

Undo undoes the last change to the object’s structure. The previous values are restored to the cells. You can set the undo level (i.e. how many changes are remembered and can be undone) on the Document page of the preferences. Redo undoes (i.e. cancels) the last undo. The redo level is the same as the undo level set on the Document page.

撤消对对象结构的最后一次更改。将以前的值还原到单元格。您可以在首选项的“文档”页面上设置撤消级别(即记住多少更改并可撤消)。重做撤消(即取消)上一次撤消。重做级别与 Document 页面上的撤销级别设置相同。

Cut, Copy, Paste, Delete

剪切,复制,粘贴,删除

Cut removes the selected row(s) from the table and copies this to the clipboard. Copy copies the selected row(s) from the table into the clipboard, without deletion. Paste inserts any data copied or cut into the clipboard back into the table, above the selection frame. Delete deletes the selected rows.

Cut 从表中删除选定的行,并将其复制到剪贴板。将选定的行从表中复制到剪贴板中,而不删除。将复制或剪切到剪贴板的任何数据粘贴到选择框上方的表中。删除删除所选行。