public final class PartStudiosGetSketchInfoResponseSketches extends AbstractResponseObject
| Modifier and Type | Field | Description |
|---|---|---|
String |
featureId |
ID of a sketch
|
Map[] |
featuresUsed |
Names of the features using the sketch
|
PartStudiosGetSketchInfoResponseSketchesGeomEntities[] |
geomEntities |
Geometries of sketch entities.
|
String |
sketch |
Name of a sketch
|
Number[] |
transformMatrix |
A transformation matrix to of the sketch plane, if output3D is false.
|
| Constructor | Description |
|---|---|
PartStudiosGetSketchInfoResponseSketches() |
| Modifier and Type | Method | Description |
|---|---|---|
String |
getFeatureId() |
Get ID of a sketch
|
Map[] |
getFeaturesUsed() |
Get Names of the features using the sketch
|
PartStudiosGetSketchInfoResponseSketchesGeomEntities[] |
getGeomEntities() |
Get Geometries of sketch entities.
|
String |
getSketch() |
Get Name of a sketch
|
Number[] |
getTransformMatrix() |
Get A transformation matrix to of the sketch plane, if output3D is false.
|
String |
toString() |
getOtherPropertiespublic String sketch
public String featureId
public Map[] featuresUsed
public Number[] transformMatrix
public PartStudiosGetSketchInfoResponseSketchesGeomEntities[] geomEntities
public PartStudiosGetSketchInfoResponseSketches()
public final String getSketch()
public final String getFeatureId()
public final Map[] getFeaturesUsed()
public final Number[] getTransformMatrix()
public final PartStudiosGetSketchInfoResponseSketchesGeomEntities[] getGeomEntities()
Copyright © 2021. All rights reserved.