Package | Description |
---|---|
com.onshape.api |
Onshape API client library.
|
com.onshape.api.requests |
Request object types.
|
Modifier and Type | Method | Description |
---|---|---|
AssembliesCreateInstanceRequest.Builder |
Assemblies.createInstance() |
Create request for createInstance
|
Modifier and Type | Method | Description |
---|---|---|
static AssembliesCreateInstanceRequest.Builder |
AssembliesCreateInstanceRequest.builder(Onshape onshape) |
|
AssembliesCreateInstanceRequest.Builder |
AssembliesCreateInstanceRequest.Builder.configuration(String value) |
Set Configuration of the source element, valid only if the referenced element is a Part Studio.
|
AssembliesCreateInstanceRequest.Builder |
AssembliesCreateInstanceRequest.Builder.documentId(String value) |
Set The id of the content document containing the parts or assemblies to be inserted.
|
AssembliesCreateInstanceRequest.Builder |
AssembliesCreateInstanceRequest.Builder.elementId(String value) |
Set The id of the element containing the part(s), feature or assemblies to be inserted.
|
AssembliesCreateInstanceRequest.Builder |
AssembliesCreateInstanceRequest.Builder.featureId(String value) |
Set If isAssembly and isWholePartStudio are false, then this is the id of the feature to be inserted.
|
AssembliesCreateInstanceRequest.Builder |
AssembliesCreateInstanceRequest.Builder.includePartTypes(String[] value) |
Set The part types to include.
|
AssembliesCreateInstanceRequest.Builder |
AssembliesCreateInstanceRequest.Builder.isAssembly(Boolean value) |
Set If true then the source element must be an assembly and whole assembly is inserted.
|
AssembliesCreateInstanceRequest.Builder |
AssembliesCreateInstanceRequest.Builder.isHidden(Boolean value) |
Set If true add the instance as hidden
|
AssembliesCreateInstanceRequest.Builder |
AssembliesCreateInstanceRequest.Builder.isSuppressed(Boolean value) |
Set If true add the instance as suppressed
|
AssembliesCreateInstanceRequest.Builder |
AssembliesCreateInstanceRequest.Builder.isWholePartStudio(Boolean value) |
Set If true then the source element must be a partStudio and all parts are inserted.
|
AssembliesCreateInstanceRequest.Builder |
AssembliesCreateInstanceRequest.Builder.microversionId(String value) |
Set The document microversionId in which the elementId and partId will be resolved.
|
AssembliesCreateInstanceRequest.Builder |
AssembliesCreateInstanceRequest.Builder.partId(String value) |
Set If isAssembly and isWholePartStudio are false, then this is the id of the part or surface to be inserted.
|
AssembliesCreateInstanceRequest.Builder |
AssembliesCreateInstanceRequest.Builder.partNumber(String value) |
Set The part number identifying the part or assembly in the release that is to be inserted.
|
AssembliesCreateInstanceRequest.Builder |
AssembliesCreateInstanceRequest.Builder.revision(String value) |
Set The revision containing the released part or assembly to be inserted.
|
AssembliesCreateInstanceRequest.Builder |
AssembliesCreateInstanceRequest.Builder.versionId(String value) |
Set The document versionId from which the parts or assembly to be inserted will be taken.
|
Copyright © 2021. All rights reserved.