Sphere
내용물
[
숨다
]Sphere()
의 새 인스턴스를 초기화합니다.Sphere
기본 반경 1.
public Sphere()
또한보십시오
- class Sphere
- 네임스페이스 Aspose.ThreeD.Entities
- 집회 Aspose.3D
Sphere(double)
의 새 인스턴스를 초기화합니다.Sphere
반지름이 지정된 클래스.
public Sphere(double radius)
모수 | 유형 | 설명 |
---|---|---|
radius | Double | 반지름. |
또한보십시오
- class Sphere
- 네임스페이스 Aspose.ThreeD.Entities
- 집회 Aspose.3D
Sphere(double, int, int)
의 새 인스턴스를 초기화합니다.Sphere
반지름, 너비 세그먼트 및 높이 세그먼트가 지정된 클래스.
public Sphere(double radius, int widthSegments, int heightSegments)
모수 | 유형 | 설명 |
---|---|---|
radius | Double | 구의 반경. |
widthSegments | Int32 | 폭 세그먼트. |
heightSegments | Int32 | 높이 세그먼트. |
또한보십시오
- class Sphere
- 네임스페이스 Aspose.ThreeD.Entities
- 집회 Aspose.3D
Sphere(string, double, int, int, double, double, double, double)
의 새 인스턴스를 초기화합니다.Sphere
클래스.
public Sphere(string name, double radius, int widthSegments, int heightSegments, double phiStart,
double phiLength, double thetaStart, double thetaLength)
모수 | 유형 | 설명 |
---|---|---|
name | String | 이름. |
radius | Double | 구의 반경. |
widthSegments | Int32 | 폭 세그먼트. |
heightSegments | Int32 | 높이 세그먼트. |
phiStart | Double | 파이 시작. |
phiLength | Double | 파이 길이. |
thetaStart | Double | 세타 시작. |
thetaLength | Double | 세타 길이. |
또한보십시오
- class Sphere
- 네임스페이스 Aspose.ThreeD.Entities
- 집회 Aspose.3D