public final class AssembliesGetAssemblyDefinitionResponseRootAssemblyOccurrences extends AbstractResponseObject
| Modifier and Type | Field | Description |
|---|---|---|
Boolean |
fixed |
Occurrence fixed or not
|
Boolean |
hidden |
Occurrence hidden or displayed
|
String[] |
path |
A list of occurrence IDs, representing the hierachical inclusion structure of the occurrence within the assembly.
|
Number[] |
transform |
A 16-element transform matrix that transforms the occurrence into the world space of the top-level assembly.
|
| Constructor | Description |
|---|---|
AssembliesGetAssemblyDefinitionResponseRootAssemblyOccurrences() |
| Modifier and Type | Method | Description |
|---|---|---|
Boolean |
getFixed() |
Get Occurrence fixed or not
|
Boolean |
getHidden() |
Get Occurrence hidden or displayed
|
String[] |
getPath() |
Get A list of occurrence IDs, representing the hierachical inclusion structure of the occurrence within the assembly.
|
Number[] |
getTransform() |
Get A 16-element transform matrix that transforms the occurrence into the world space of the top-level assembly.
|
String |
toString() |
getOtherPropertiespublic String[] path
public Number[] transform
public Boolean fixed
public Boolean hidden
public AssembliesGetAssemblyDefinitionResponseRootAssemblyOccurrences()
public final String[] getPath()
public final Number[] getTransform()
public final Boolean getFixed()
public final Boolean getHidden()
Copyright © 2021. All rights reserved.