public final class PartStudiosGetNamedViewsResponseNamedViewsValue extends AbstractResponseObject
| Modifier and Type | Field | Description |
|---|---|---|
Number |
angle |
The angle of the view
|
Number[] |
cameraViewport |
The viewport of the camera of the view
|
Boolean |
perspective |
Whether or not the view is in perspective mode
|
PartStudiosGetNamedViewsResponseNamedViewsValueSectionPlanes[] |
sectionPlanes |
An array of objects that represent the section planes in the view
|
Number[] |
viewMatrix |
A 16-element array storing the view matrix of the view
|
| Constructor | Description |
|---|---|
PartStudiosGetNamedViewsResponseNamedViewsValue() |
| Modifier and Type | Method | Description |
|---|---|---|
Number |
getAngle() |
Get The angle of the view
|
Number[] |
getCameraViewport() |
Get The viewport of the camera of the view
|
Boolean |
getPerspective() |
Get Whether or not the view is in perspective mode
|
PartStudiosGetNamedViewsResponseNamedViewsValueSectionPlanes[] |
getSectionPlanes() |
Get An array of objects that represent the section planes in the view
|
Number[] |
getViewMatrix() |
Get A 16-element array storing the view matrix of the view
|
String |
toString() |
getOtherPropertiespublic Number[] viewMatrix
public Boolean perspective
public Number angle
public Number[] cameraViewport
public PartStudiosGetNamedViewsResponseNamedViewsValueSectionPlanes[] sectionPlanes
public PartStudiosGetNamedViewsResponseNamedViewsValue()
public final Number[] getViewMatrix()
public final Boolean getPerspective()
public final Number getAngle()
public final Number[] getCameraViewport()
public final PartStudiosGetNamedViewsResponseNamedViewsValueSectionPlanes[] getSectionPlanes()
Copyright © 2021. All rights reserved.