Cylinder

Cylinder()

Initierar en ny instans avCylinder class.

public Cylinder()

Se även


Cylinder(double, double)

Initierar en ny instans avCylinder class.

public Cylinder(double radius, double height)
ParameterTypBeskrivning
radiusDoubleRadie för topp- och bottenkåpan.
heightDoubleHöjd.

Se även


Cylinder(double, double, double)

Initierar en ny instans avCylinder class.

public Cylinder(double radiusTop, double radiusBottom, double height)
ParameterTypBeskrivning
radiusTopDoubleRadie topp.
radiusBottomDoubleRadie botten.
heightDoubleHöjd.

Se även


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)
ParameterTypBeskrivning
radiusTopDoubleRadie av cylinderns topplock.
radiusBottomDoubleRadie av cylinderns bottenlock.
heightDoubleCylinderns höjd.
radialSegmentsInt32Radiella segment av både övre och nedre cirklar..
heightSegmentsInt32Höjdsegment.
openEndedBooleanOm inställt påSann cylindern skulle inte ha några botten/topplock..

Se även


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)
ParameterTypBeskrivning
nameStringNamnet på detta objekt
radiusTopDoubleRadie av cylinderns topplock.
radiusBottomDoubleRadie av cylinderns bottenlock.
heightDoubleCylinderns höjd.
radialSegmentsInt32Radiella segment av både övre och nedre cirklar..
heightSegmentsInt32Höjdsegment.
openEndedBooleanOm inställt påSann cylindern skulle inte ha några botten/topplock..
thetaStartDoubleTheta start.
thetaLengthDoubleTheta längd.

Se även