Box

Box()

初始化Box类.

public Box()

也可以看看


Box(double, double, double)

初始化Box类.

public Box(double length, double width, double height)
范围类型描述
lengthDouble在 z 轴上对齐的框的长度。
widthDouble在 x 轴上对齐的框的宽度。
heightDouble在 y 轴上对齐的框的高度。

也可以看看


Box(string, double, double, double, int, int, int)

初始化Box类.

public Box(string name, double length, double width, double height, int lengthSegments, 
    int widthSegments, int heightSegments)
范围类型描述
nameString盒子的名称。
lengthDouble在 z 轴上对齐的框的长度。
widthDouble在 x 轴上对齐的框的宽度。
heightDouble在 y 轴上对齐的框的高度。
lengthSegmentsInt32长度段。
widthSegmentsInt32宽度段。
heightSegmentsInt32高度段。

也可以看看