public final class PartsGetFacesResponsePartsFacesFacets extends AbstractResponseObject
| Modifier and Type | Field | Description |
|---|---|---|
Number[] |
indices |
3-element array of facet point indices.
|
Number[] |
normal |
Unit normal vector for the facet
|
Number[] |
textureCoordinates |
Texture coordinates of a facet (Only output if query param "outputTextureCoordinates" is true)
|
Number[][] |
vertexNormals |
Normal vectors to face surface at the corresponding facet vertices (Only output if query param "outputVertexNormals" is true).
|
Number[][] |
vertices |
Vertices of a facet
|
| Constructor | Description |
|---|---|
PartsGetFacesResponsePartsFacesFacets() |
| Modifier and Type | Method | Description |
|---|---|---|
Number[] |
getIndices() |
Get 3-element array of facet point indices.
|
Number[] |
getNormal() |
Get Unit normal vector for the facet
|
Number[] |
getTextureCoordinates() |
Get Texture coordinates of a facet (Only output if query param "outputTextureCoordinates" is true)
|
Number[][] |
getVertexNormals() |
Get Normal vectors to face surface at the corresponding facet vertices (Only output if query param "outputVertexNormals" is true).
|
Number[][] |
getVertices() |
Get Vertices of a facet
|
String |
toString() |
getOtherPropertiespublic Number[] normal
public Number[][] vertexNormals
public Number[] textureCoordinates
public Number[][] vertices
public Number[] indices
public PartsGetFacesResponsePartsFacesFacets()
public final Number[] getNormal()
public final Number[][] getVertexNormals()
public final Number[] getTextureCoordinates()
public final Number[][] getVertices()
public final Number[] getIndices()
Copyright © 2021. All rights reserved.