Cylinder
Innehåll
[
Dölj
]Cylinder()
Initierar en ny instans avCylinder
class.
public Cylinder()
Se även
- class Cylinder
- namnutrymme Aspose.ThreeD.Entities
- hopsättning Aspose.3D
Cylinder(double, double)
Initierar en ny instans avCylinder
class.
public Cylinder(double radius, double height)
Parameter | Typ | Beskrivning |
---|---|---|
radius | Double | Radie för topp- och bottenkåpan. |
height | Double | Höjd. |
Se även
- class Cylinder
- namnutrymme Aspose.ThreeD.Entities
- hopsättning Aspose.3D
Cylinder(double, double, double)
Initierar en ny instans avCylinder
class.
public Cylinder(double radiusTop, double radiusBottom, double height)
Parameter | Typ | Beskrivning |
---|---|---|
radiusTop | Double | Radie topp. |
radiusBottom | Double | Radie botten. |
height | Double | Höjd. |
Se även
- class Cylinder
- namnutrymme Aspose.ThreeD.Entities
- hopsättning Aspose.3D
Cylinder(double, double, double, int, int, bool)
Initierar en ny instans avCylinder
class.
public Cylinder(double radiusTop, double radiusBottom, double height, int radialSegments,
int heightSegments, bool openEnded)
Parameter | Typ | Beskrivning |
---|---|---|
radiusTop | Double | Radie av cylinderns topplock. |
radiusBottom | Double | Radie av cylinderns bottenlock. |
height | Double | Cylinderns höjd. |
radialSegments | Int32 | Radiella segment av både övre och nedre cirklar.. |
heightSegments | Int32 | Höjdsegment. |
openEnded | Boolean | Om inställt påSann cylindern skulle inte ha några botten/topplock.. |
Se även
- class Cylinder
- namnutrymme Aspose.ThreeD.Entities
- hopsättning Aspose.3D
Cylinder(string, double, double, double, int, int, bool, double, double)
Initierar en ny instans avCylinder
class.
public Cylinder(string name, double radiusTop, double radiusBottom, double height,
int radialSegments, int heightSegments, bool openEnded, double thetaStart, double thetaLength)
Parameter | Typ | Beskrivning |
---|---|---|
name | String | Namnet på detta objekt |
radiusTop | Double | Radie av cylinderns topplock. |
radiusBottom | Double | Radie av cylinderns bottenlock. |
height | Double | Cylinderns höjd. |
radialSegments | Int32 | Radiella segment av både övre och nedre cirklar.. |
heightSegments | Int32 | Höjdsegment. |
openEnded | Boolean | Om inställt påSann cylindern skulle inte ha några botten/topplock.. |
thetaStart | Double | Theta start. |
thetaLength | Double | Theta längd. |
Se även
- class Cylinder
- namnutrymme Aspose.ThreeD.Entities
- hopsättning Aspose.3D