public final class PartStudiosGetBodyDetailsResponseBodiesEdgesCurve extends AbstractResponseObject
| Modifier and Type | Field | Description |
|---|---|---|
Number[] |
majorAxis |
(ellipse) The direction of the major radius
|
Number |
majorRadius |
(ellipse) The ellipse major radius
|
Number |
minorRadius |
(ellipse) The ellipse minor radius
|
Number[] |
normal |
(circle, ellipse) A normal to the plane of the circle or ellipse
|
Number[] |
origin |
(circle, ellipse) The center of the circle or ellipse
|
Number |
radius |
(circle) The circle radius
|
String |
type |
Curve type - this can be one of "bcurve" (b-spline), "circle", "ellipse", "icurve" (surface intersection), "line", "other".
|
| Constructor | Description |
|---|---|
PartStudiosGetBodyDetailsResponseBodiesEdgesCurve() |
| Modifier and Type | Method | Description |
|---|---|---|
Number[] |
getMajorAxis() |
Get (ellipse) The direction of the major radius
|
Number |
getMajorRadius() |
Get (ellipse) The ellipse major radius
|
Number |
getMinorRadius() |
Get (ellipse) The ellipse minor radius
|
Number[] |
getNormal() |
Get (circle, ellipse) A normal to the plane of the circle or ellipse
|
Number[] |
getOrigin() |
Get (circle, ellipse) The center of the circle or ellipse
|
Number |
getRadius() |
Get (circle) The circle radius
|
String |
getType() |
Get Curve type - this can be one of "bcurve" (b-spline), "circle", "ellipse", "icurve" (surface intersection), "line", "other".
|
String |
toString() |
getOtherPropertiespublic String type
public Number[] origin
public Number[] normal
public Number radius
public Number majorRadius
public Number minorRadius
public Number[] majorAxis
public PartStudiosGetBodyDetailsResponseBodiesEdgesCurve()
public final String getType()
public final Number[] getOrigin()
public final Number[] getNormal()
public final Number getRadius()
public final Number getMajorRadius()
public final Number getMinorRadius()
public final Number[] getMajorAxis()
Copyright © 2021. All rights reserved.