Cylinder
内容
[
隐藏
]Cylinder()
初始化Cylinder
类.
public Cylinder()
也可以看看
- class Cylinder
- 命名空间 Aspose.ThreeD.Entities
- 部件 Aspose.3D
Cylinder(double, double)
初始化Cylinder
类.
public Cylinder(double radius, double height)
范围 | 类型 | 描述 |
---|---|---|
radius | Double | 顶盖和底盖的半径。 |
height | Double | 高度。 |
也可以看看
- class Cylinder
- 命名空间 Aspose.ThreeD.Entities
- 部件 Aspose.3D
Cylinder(double, double, double)
初始化Cylinder
类.
public Cylinder(double radiusTop, double radiusBottom, double height)
范围 | 类型 | 描述 |
---|---|---|
radiusTop | Double | 半径顶部。 |
radiusBottom | Double | 半径底部。 |
height | Double | 高度。 |
也可以看看
- class Cylinder
- 命名空间 Aspose.ThreeD.Entities
- 部件 Aspose.3D
Cylinder(double, double, double, int, int, bool)
初始化Cylinder
类.
public Cylinder(double radiusTop, double radiusBottom, double height, int radialSegments,
int heightSegments, bool openEnded)
范围 | 类型 | 描述 |
---|---|---|
radiusTop | Double | 气缸顶盖的半径。 |
radiusBottom | Double | 圆柱底盖的半径。 |
height | Double | 圆柱体的高度。 |
radialSegments | Int32 | 顶部和底部圆的径向段.. |
heightSegments | Int32 | 高度段。 |
openEnded | Boolean | 如果设置为真的 气缸将没有底盖/顶盖.. |
也可以看看
- class Cylinder
- 命名空间 Aspose.ThreeD.Entities
- 部件 Aspose.3D
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)
范围 | 类型 | 描述 |
---|---|---|
name | String | 此对象的名称 |
radiusTop | Double | 气缸顶盖的半径。 |
radiusBottom | Double | 圆柱底盖的半径。 |
height | Double | 圆柱体的高度。 |
radialSegments | Int32 | 顶部和底部圆的径向段.. |
heightSegments | Int32 | 高度段。 |
openEnded | Boolean | 如果设置为真的 气缸将没有底盖/顶盖.. |
thetaStart | Double | 西塔开始。 |
thetaLength | Double | θ长度。 |
也可以看看
- class Cylinder
- 命名空间 Aspose.ThreeD.Entities
- 部件 Aspose.3D