Cylinder

Cylinder()

初始化Cylinder类.

public Cylinder()

也可以看看


Cylinder(double, double)

初始化Cylinder类.

public Cylinder(double radius, double height)
范围类型描述
radiusDouble顶盖和底盖的半径。
heightDouble高度。

也可以看看


Cylinder(double, double, double)

初始化Cylinder类.

public Cylinder(double radiusTop, double radiusBottom, double height)
范围类型描述
radiusTopDouble半径顶部。
radiusBottomDouble半径底部。
heightDouble高度。

也可以看看


Cylinder(double, double, double, int, int, bool)

初始化Cylinder类.

public Cylinder(double radiusTop, double radiusBottom, double height, int radialSegments, 
    int heightSegments, bool openEnded)
范围类型描述
radiusTopDouble气缸顶盖的半径。
radiusBottomDouble圆柱底盖的半径。
heightDouble圆柱体的高度。
radialSegmentsInt32顶部和底部圆的径向段..
heightSegmentsInt32高度段。
openEndedBoolean如果设置为真的气缸将没有底盖/顶盖..

也可以看看


Cylinder(string, double, double, double, int, int, bool, double, double)

初始化Cylinder类.

public Cylinder(string name, double radiusTop, double radiusBottom, double height, 
    int radialSegments, int heightSegments, bool openEnded, double thetaStart, double thetaLength)
范围类型描述
nameString此对象的名称
radiusTopDouble气缸顶盖的半径。
radiusBottomDouble圆柱底盖的半径。
heightDouble圆柱体的高度。
radialSegmentsInt32顶部和底部圆的径向段..
heightSegmentsInt32高度段。
openEndedBoolean如果设置为真的气缸将没有底盖/顶盖..
thetaStartDouble西塔开始。
thetaLengthDoubleθ长度。

也可以看看