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