Package | Description |
---|---|
com.onshape.api.requests |
Request object types.
|
com.onshape.api.responses |
Response object types.
|
com.onshape.api.types |
Types used in Onshape API client.
|
Modifier and Type | Method | Description |
---|---|---|
AppAssociativeDataCopyAssociativeDataResponse |
AppAssociativeDataCopyAssociativeDataRequest.Builder.call(OnshapeDocument document) |
Calls copyAssociativeData method, Copy associative data between views
|
AppElementsAbortTransactionResponse |
AppElementsAbortTransactionRequest.Builder.call(OnshapeDocument document,
String tid) |
Calls abortTransaction method, Aborts a transaction (deletes a microbranch)
|
AppElementsCommitTransactionsResponse |
AppElementsCommitTransactionsRequest.Builder.call(OnshapeDocument document) |
Calls commitTransactions method, Commits transactions (Merges multiple transactions into one microversion.) Either all of the
transactions will be committed in a single microversion or none will be committed if the call
raises an error.
|
AppElementsCompareAppElementJsonResponse |
AppElementsCompareAppElementJsonRequest.Builder.call(OnshapeDocument document) |
Calls compareAppElementJson method, Compare App Element JSON trees in different versions / workspaces of a Document.
|
AppElementsCreateElementResponse |
AppElementsCreateElementRequest.Builder.call(OnshapeDocument document) |
Calls createElement method, Create an app element
|
AppElementsCreateReferenceResponse |
AppElementsCreateReferenceRequest.Builder.call(OnshapeDocument document) |
Calls createReference method, Create an app element reference
|
AppElementsDeleteBlobSubelementResponse |
AppElementsDeleteBlobSubelementRequest.Builder.call(OnshapeDocument document,
String bid,
String transactionId,
String changeId) |
Calls deleteBlobSubelement method, Delete a blob subelement in an app element.
|
AppElementsDeleteContentResponse |
AppElementsDeleteContentRequest.Builder.call(OnshapeDocument document,
String sid) |
Calls deleteContent method, Deletes a sub-element of an application element
|
AppElementsDeleteReferenceResponse |
AppElementsDeleteReferenceRequest.Builder.call(OnshapeDocument document,
String rid) |
Calls deleteReference method, Delete an app element reference
|
AppElementsDownloadBlobSubelementResponse |
AppElementsDownloadBlobSubelementRequest.Builder.call(OnshapeDocument document,
String bid) |
Calls downloadBlobSubelement method, Download a blob subelement from an app element
|
AppElementsGetBlobSubelementIdsResponse |
AppElementsGetBlobSubelementIdsRequest.Builder.call(OnshapeDocument document) |
Calls getBlobSubelementIds method, Gets a list of all BLOB sub-element IDs of a workspace/microversion/version
|
AppElementsGetHistoryByWorkspaceResponse |
AppElementsGetHistoryByWorkspaceRequest.Builder.call(OnshapeDocument document) |
Calls getHistoryByWorkspace method, Get change history
|
AppElementsGetJsonPathsResponse |
AppElementsGetJsonPathsRequest.Builder.call(OnshapeDocument document) |
Calls getJsonPaths method, Gets the portions of a JSON tree at a workspace/microversion/version, as specified by JsonPaths
|
AppElementsGetJsonResponse |
AppElementsGetJsonRequest.Builder.call(OnshapeDocument document) |
Calls getJson method, Gets the JSON tree at a workspace/microversion/version
|
AppElementsGetSubElementContentResponse |
AppElementsGetSubElementContentRequest.Builder.call(OnshapeDocument document) |
Calls getSubElementContent method, Get content of sub-elements in a workspace
|
AppElementsGetSubElementIdsResponse |
AppElementsGetSubElementIdsRequest.Builder.call(OnshapeDocument document) |
Calls getSubElementIds method, Gets a list of all sub-element IDs of a workspace/microversion/version
|
AppElementsListTransactionsResponse |
AppElementsListTransactionsRequest.Builder.call(OnshapeDocument document) |
Calls listTransactions method, List element transactions
|
AppElementsResolveReferenceResponse |
AppElementsResolveReferenceRequest.Builder.call(OnshapeDocument document,
String rid) |
Calls resolveReference method, Resolve an app element reference.
|
AppElementsResolveReferencesResponse |
AppElementsResolveReferencesRequest.Builder.call(OnshapeDocument document) |
Calls resolveReferences method, Resolve references for an app element
|
AppElementsStartTransactionResponse |
AppElementsStartTransactionRequest.Builder.call(OnshapeDocument document) |
Calls startTransaction method, Start a transaction (creates a microbranch)
|
AppElementsUpdateElementResponse |
AppElementsUpdateElementRequest.Builder.call(OnshapeDocument document) |
Calls updateElement method, Update an app element
|
AppElementsUpdateReferenceResponse |
AppElementsUpdateReferenceRequest.Builder.call(OnshapeDocument document,
String rid) |
Calls updateReference method, Update an app element reference
|
AppElementsUploadBlobSubelementResponse |
AppElementsUploadBlobSubelementRequest.Builder.call(OnshapeDocument document,
String bid) |
Calls uploadBlobSubelement method, Create a blob subelement in an app element from an uploaded file.
|
AssembliesAddFeatureResponse |
AssembliesAddFeatureRequest.Builder.call(OnshapeDocument document) |
Calls addFeature method, Add a feature to the feature list for an assembly
|
AssembliesCreateAssemblyResponse |
AssembliesCreateAssemblyRequest.Builder.call(OnshapeDocument document) |
Calls createAssembly method, Create an new assembly tab in the document.
|
AssembliesCreateInstanceResponse |
AssembliesCreateInstanceRequest.Builder.call(OnshapeDocument document) |
Calls createInstance method, Create an instance of a part, part studio or assembly into an existing assembly element.
|
AssembliesCreateTranslationResponse |
AssembliesCreateTranslationRequest.Builder.call(OnshapeDocument document) |
Calls createTranslation method, Create an element translation.
|
AssembliesDeleteFeatureResponse |
AssembliesDeleteFeatureRequest.Builder.call(OnshapeDocument document,
String fid) |
Calls deleteFeature method, Delete an existing feature in the feature list for an assembly
|
AssembliesDeleteInstanceResponse |
AssembliesDeleteInstanceRequest.Builder.call(OnshapeDocument document,
String nid) |
Calls deleteInstance method, Delete an assembly instance.
|
AssembliesGetAssemblyDefinitionResponse |
AssembliesGetAssemblyDefinitionRequest.Builder.call(OnshapeDocument document) |
Calls getAssemblyDefinition method, Get information about an Assembly.
|
AssembliesGetBillOfMaterialsResponse |
AssembliesGetBillOfMaterialsRequest.Builder.call(OnshapeDocument document) |
Calls getBillOfMaterials method, Get content of the bill of materials in json format matching the Onshape BOM Standard for the
specified assembly
|
AssembliesGetBoundingBoxesResponse |
AssembliesGetBoundingBoxesRequest.Builder.call(OnshapeDocument document) |
Calls getBoundingBoxes method, Get the bounding box of an Assembly, or an empty object if the Assembly is empty.
|
AssembliesGetFeatureSpecsResponse |
AssembliesGetFeatureSpecsRequest.Builder.call(OnshapeDocument document) |
Calls getFeatureSpecs method, Get the definition of the feature specs for an assembly
|
AssembliesGetFeaturesResponse |
AssembliesGetFeaturesRequest.Builder.call(OnshapeDocument document) |
Calls getFeatures method, Get the definition of the feature list for an assembly
|
AssembliesGetNamedViewsResponse |
AssembliesGetNamedViewsRequest.Builder.call(OnshapeDocument document) |
Calls getNamedViews method, Returns a map from view name to view data for the given element
|
AssembliesGetOrCreateBillOfMaterialsElementResponse |
AssembliesGetOrCreateBillOfMaterialsElementRequest.Builder.call(OnshapeDocument document) |
Calls getOrCreateBillOfMaterialsElement method, Create and retrieve a Bill Of Materials element for the specified assembly.
|
AssembliesGetShadedViewsResponse |
AssembliesGetShadedViewsRequest.Builder.call(OnshapeDocument document) |
Calls getShadedViews method, Get a shaded image rendering of an Assembly
|
AssembliesInsertTransformedInstancesResponse |
AssembliesInsertTransformedInstancesRequest.Builder.call(OnshapeDocument document) |
Calls insertTransformedInstances method, Insert a list of instances, each with a transform.
|
AssembliesTransformOccurrencesResponse |
AssembliesTransformOccurrencesRequest.Builder.call(OnshapeDocument document) |
Calls transformOccurrences method, Transform a list of assembly occurrences.
|
AssembliesUpdateFeatureResponse |
AssembliesUpdateFeatureRequest.Builder.call(OnshapeDocument document,
String fid) |
Calls updateFeature method, Update an existing feature in the feature list for an assembly
|
BlobElementsCreateTranslationResponse |
BlobElementsCreateTranslationRequest.Builder.call(OnshapeDocument document) |
Calls createTranslation method, Create an element translation.
|
BlobElementsDownloadFileFromElementResponse |
BlobElementsDownloadFileFromElementRequest.Builder.call(OnshapeDocument document) |
Calls downloadFileFromElement method, Download a file from a blob element
|
BlobElementsUpdateMeshUnitsResponse |
BlobElementsUpdateMeshUnitsRequest.Builder.call(OnshapeDocument document) |
Calls updateMeshUnits method, Updates the units of a previously imported mesh (STL or OBJ) file.
|
BlobElementsUploadFileCreateElementResponse |
BlobElementsUploadFileCreateElementRequest.Builder.call(OnshapeDocument document) |
Calls uploadFileCreateElement method, Create a blob element from an uploaded file.
|
BlobElementsUploadFileUpdateElementResponse |
BlobElementsUploadFileUpdateElementRequest.Builder.call(OnshapeDocument document) |
Calls uploadFileUpdateElement method, Update a blob element by uploading a file.
|
DocumentsCopyWorkspaceResponse |
DocumentsCopyWorkspaceRequest.Builder.call(OnshapeDocument document) |
Calls copyWorkspace method, Copy a workspace
|
DocumentsCreateVersionResponse |
DocumentsCreateVersionRequest.Builder.call(OnshapeDocument document) |
Calls createVersion method, Create version at the current microversion of the specified workspace or a target microversion.
|
DocumentsCreateWorkspaceResponse |
DocumentsCreateWorkspaceRequest.Builder.call(OnshapeDocument document) |
Calls createWorkspace method, Creates a new workspace.
|
DocumentsDeleteDocumentResponse |
DocumentsDeleteDocumentRequest.Builder.call(OnshapeDocument document) |
Calls deleteDocument method, Delete a document
|
DocumentsDeleteWorkspaceResponse |
DocumentsDeleteWorkspaceRequest.Builder.call(OnshapeDocument document) |
Calls deleteWorkspace method, Delete workspace
|
DocumentsDownloadExternalDataResponse |
DocumentsDownloadExternalDataRequest.Builder.call(OnshapeDocument document,
String fid) |
Calls downloadExternalData method, Download external data
|
DocumentsExportElementPostJsonResponse |
DocumentsExportElementPostJsonRequest.Builder.call(OnshapeDocument document) |
Calls exportElementPostJson method, Export the given element in STL or Parasolid (PS) formats; returns an URI in the response body,
client should GET this URI to initiate the export.
|
DocumentsGetAclResponse |
DocumentsGetAclRequest.Builder.call(OnshapeDocument document) |
Calls getAcl method, Get list of entities with access to a document and the permissions granted to them.
|
DocumentsGetCurrentMicroversionResponse |
DocumentsGetCurrentMicroversionRequest.Builder.call(OnshapeDocument document) |
Calls getCurrentMicroversion method, Get current microversion from a version or workspace
|
DocumentsGetDocumentHistoryResponse |
DocumentsGetDocumentHistoryRequest.Builder.call(OnshapeDocument document) |
Calls getDocumentHistory method, Get a document's history
|
DocumentsGetDocumentPermissionSetResponse |
DocumentsGetDocumentPermissionSetRequest.Builder.call(OnshapeDocument document) |
Calls getDocumentPermissionSet method, Get the permission set for a document
|
DocumentsGetDocumentResponse |
DocumentsGetDocumentRequest.Builder.call(OnshapeDocument document) |
Calls getDocument method, Get full details about a document
|
DocumentsGetElementListResponse |
DocumentsGetElementListRequest.Builder.call(OnshapeDocument document) |
Calls getElementList method, Get a list of elements in the workspace, version, or microversion of the document.
|
DocumentsGetInsertablesResponse |
DocumentsGetInsertablesRequest.Builder.call(OnshapeDocument document) |
Calls getInsertables method, Get a list of insertables in a version or workspace of the document, optionally for a specific element.
|
DocumentsGetVersionResponse |
DocumentsGetVersionRequest.Builder.call(OnshapeDocument document,
String vid) |
Calls getVersion method, Get information about a version
|
DocumentsGetVersionsResponse |
DocumentsGetVersionsRequest.Builder.call(OnshapeDocument document) |
Calls getVersions method, Get the versions in a document
|
DocumentsGetWorkspacesResponse |
DocumentsGetWorkspacesRequest.Builder.call(OnshapeDocument document) |
Calls getWorkspaces method, List workspaces in document
|
DocumentsMergeIntoWorkspaceResponse |
DocumentsMergeIntoWorkspaceRequest.Builder.call(OnshapeDocument document) |
Calls mergeIntoWorkspace method, Merge a version or workspace into another
|
DocumentsMoveElementsToDocumentResponse |
DocumentsMoveElementsToDocumentRequest.Builder.call(OnshapeDocument document) |
Calls moveElementsToDocument method, Move elements from a source document to a destination document
|
DocumentsRestoreFromHistoryResponse |
DocumentsRestoreFromHistoryRequest.Builder.call(OnshapeDocument document) |
Calls restoreFromHistory method, Restores document to an old version or microversion in its history.
|
DocumentsShareDocumentResponse |
DocumentsShareDocumentRequest.Builder.call(OnshapeDocument document) |
Calls shareDocument method, Share document with one or more entities, which may be users, companies, teams or applications.
|
DocumentsSyncAppElementsResponse |
DocumentsSyncAppElementsRequest.Builder.call(OnshapeDocument document) |
Calls syncAppElements method, Sync application elements to the latest microversions
|
DocumentsUnShareResponse |
DocumentsUnShareRequest.Builder.call(OnshapeDocument document) |
Calls unShare method, Remove share permissions from document
|
DocumentsUpdateDocumentAttributesResponse |
DocumentsUpdateDocumentAttributesRequest.Builder.call(OnshapeDocument document) |
Calls updateDocumentAttributes method, Update document attributes name, description
|
DocumentsUpdateExternalReferencesToLatestDocumentsResponse |
DocumentsUpdateExternalReferencesToLatestDocumentsRequest.Builder.call(OnshapeDocument document) |
Calls updateExternalReferencesToLatestDocuments method, Update the external references to the latest documents if the referenced external elements have been parted out
|
DrawingsCreateTranslationResponse |
DrawingsCreateTranslationRequest.Builder.call(OnshapeDocument document) |
Calls createTranslation method, Create an element translation.
|
DrawingsGetTranslationFormatsResponse |
DrawingsGetTranslationFormatsRequest.Builder.call(OnshapeDocument document) |
Calls getTranslationFormats method, Returns a list of the available formats to which this Drawing can be translated.
|
ElementsCopyElementFromSourceDocumentResponse |
ElementsCopyElementFromSourceDocumentRequest.Builder.call(OnshapeDocument document) |
Calls copyElementFromSourceDocument method, Copy an element from a source document to a destination document or within the same document.
|
ElementsDecodeConfigurationStringResponse |
ElementsDecodeConfigurationStringRequest.Builder.call(OnshapeDocument document,
String cid) |
Calls decodeConfigurationString method, Converts a configuration string or configuration id into parameter map form.
|
ElementsDeleteElementResponse |
ElementsDeleteElementRequest.Builder.call(OnshapeDocument document) |
Calls deleteElement method, Delete an element from a document.
|
ElementsEncodeConfigurationResponse |
ElementsEncodeConfigurationRequest.Builder.call(OnshapeDocument document) |
Calls encodeConfiguration method, Encodes a configuration into a string for use in API calls to the target element
|
ElementsGetConfigurationResponse |
ElementsGetConfigurationRequest.Builder.call(OnshapeDocument document) |
Calls getConfiguration method, Get the configuration definition for a part studio or an assembly.
|
ElementsGetElementTranslatorFormatsByVersionOrWorkspaceResponse |
ElementsGetElementTranslatorFormatsByVersionOrWorkspaceRequest.Builder.call(OnshapeDocument document) |
Calls getElementTranslatorFormatsByVersionOrWorkspace method, Get translator formats for an element
|
ElementsUpdateConfigurationResponse |
ElementsUpdateConfigurationRequest.Builder.call(OnshapeDocument document) |
Calls updateConfiguration method, Update the configuration for a part studio or assembly.
|
ElementsUpdateReferencesResponse |
ElementsUpdateReferencesRequest.Builder.call(OnshapeDocument document) |
Calls updateReferences method, Update or replace references in an element
|
FeatureStudiosCreateFeatureStudioResponse |
FeatureStudiosCreateFeatureStudioRequest.Builder.call(OnshapeDocument document) |
Calls createFeatureStudio method, Create an new feature studio tab in the document.
|
FeatureStudiosGetFeatureStudioContentsResponse |
FeatureStudiosGetFeatureStudioContentsRequest.Builder.call(OnshapeDocument document) |
Calls getFeatureStudioContents method, Get the text inside a Feature Studio tab
|
FeatureStudiosGetFeatureStudioSpecsResponse |
FeatureStudiosGetFeatureStudioSpecsRequest.Builder.call(OnshapeDocument document) |
Calls getFeatureStudioSpecs method, Get the feature specs for a Feature Studio tab
|
FeatureStudiosUpdateFeatureStudioContentsResponse |
FeatureStudiosUpdateFeatureStudioContentsRequest.Builder.call(OnshapeDocument document) |
Calls updateFeatureStudioContents method, Update Feature Studio contents to be new text
|
FoldersUnShareResponse |
FoldersUnShareRequest.Builder.call(OnshapeDocument document,
String fid) |
Calls unShare method, Remove share permissions from folder
|
InsertablesGetLatestInDocumentResponse |
InsertablesGetLatestInDocumentRequest.Builder.call(OnshapeDocument document) |
Calls getLatestInDocument method, Return a list of insertables corresponding to latest revisions in a document
|
MetadataGetElementMetadataResponse |
MetadataGetElementMetadataRequest.Builder.call(OnshapeDocument document) |
Calls getElementMetadata method, Get metadata of an element in a workspace / version
|
MetadataGetElementsMetadataResponse |
MetadataGetElementsMetadataRequest.Builder.call(OnshapeDocument document) |
Calls getElementsMetadata method, Get metadata of elements in a workspace / version
|
MetadataGetMetadataResponse |
MetadataGetMetadataRequest.Builder.call(OnshapeDocument document) |
Calls getMetadata method, Get workspace / version metadata
|
MetadataGetPartListMetadataResponse |
MetadataGetPartListMetadataRequest.Builder.call(OnshapeDocument document) |
Calls getPartListMetadata method, Get metadata of parts of an element in a workspace / version / microversion
|
MetadataGetPartMetadataResponse |
MetadataGetPartMetadataRequest.Builder.call(OnshapeDocument document,
String pid,
PPI ppi) |
Calls getPartMetadata method, Get metadata of a part in an element in a workspace / version / microversion
|
MetadataGetStandardContentMetadataResponse |
MetadataGetStandardContentMetadataRequest.Builder.call(OnshapeDocument document,
String pid,
String vid,
String oid) |
Calls getStandardContentMetadata method, Get metadata of a standard content part in a version
|
MetadataUpdateElementMetadataResponse |
MetadataUpdateElementMetadataRequest.Builder.call(OnshapeDocument document) |
Calls updateElementMetadata method, Update element metadata
|
MetadataUpdateMetadataResponse |
MetadataUpdateMetadataRequest.Builder.call(OnshapeDocument document) |
Calls updateMetadata method, Update metadata.
|
MetadataUpdatePartMetadataResponse |
MetadataUpdatePartMetadataRequest.Builder.call(OnshapeDocument document,
String pid,
PPI ppi) |
Calls updatePartMetadata method, Update Part metadata
|
MetadataUpdateStandardContentMetadataResponse |
MetadataUpdateStandardContentMetadataRequest.Builder.call(OnshapeDocument document,
String pid,
String vid,
String oid) |
Calls updateStandardContentMetadata method, Update metadata of a standard content part in a version for a specific user or company.
|
PartsExportGltfResponse |
PartsExportGltfRequest.Builder.call(OnshapeDocument document,
String partid) |
Calls exportGltf method, Export glTF representation of a part.
|
PartsExportParasolidResponse |
PartsExportParasolidRequest.Builder.call(OnshapeDocument document,
String partid) |
Calls exportParasolid method, Export the part in text Parasolid format; returns a 307 redirect.
|
PartsExportStlResponse |
PartsExportStlRequest.Builder.call(OnshapeDocument document,
String partid) |
Calls exportStl method, Export the part in text or binary STL format; returns a 307 redirect.
|
PartsGetBendTableResponse |
PartsGetBendTableRequest.Builder.call(OnshapeDocument document,
String partid) |
Calls getBendTable method, Get the bend table a sheet metal part.
|
PartsGetBodyDetailsResponse |
PartsGetBodyDetailsRequest.Builder.call(OnshapeDocument document,
String partid) |
Calls getBodyDetails method, Get the body details of a part.
|
PartsGetBoundingBoxesResponse |
PartsGetBoundingBoxesRequest.Builder.call(OnshapeDocument document,
String partid) |
Calls getBoundingBoxes method, Get the bounding box of a part.
|
PartsGetEdgesResponse |
PartsGetEdgesRequest.Builder.call(OnshapeDocument document,
String partid) |
Calls getEdges method, Get the tessellated edges of a part.
|
PartsGetFacesResponse |
PartsGetFacesRequest.Builder.call(OnshapeDocument document,
String partid) |
Calls getFaces method, Get the tessellated faces of a part.
|
PartsGetMassPropertiesResponse |
PartsGetMassPropertiesRequest.Builder.call(OnshapeDocument document,
String partid) |
Calls getMassProperties method, Get the mass properties of a part; parts must have density in order to have mass.
|
PartsGetPartsInPartstudioResponse |
PartsGetPartsInPartstudioRequest.Builder.call(OnshapeDocument document) |
Calls getPartsInPartstudio method, Get list of parts in a part studio.
|
PartsGetPartsResponse |
PartsGetPartsRequest.Builder.call(OnshapeDocument document) |
Calls getParts method, Get list of parts
|
PartsGetShadedViewsResponse |
PartsGetShadedViewsRequest.Builder.call(OnshapeDocument document,
String partid) |
Calls getShadedViews method, Get a shaded image rendering of a part
|
PartStudiosAddPartStudioFeatureResponse |
PartStudiosAddPartStudioFeatureRequest.Builder.call(OnshapeDocument document) |
Calls addPartStudioFeature method, Add a feature to the feature list for a part studio.
|
PartStudiosComparePartStudioResponse |
PartStudiosComparePartStudioRequest.Builder.call(OnshapeDocument document) |
Calls comparePartStudio method, Compare Part Studio in different versions / workspaces of a Document.
|
PartStudiosCreatePartStudioResponse |
PartStudiosCreatePartStudioRequest.Builder.call(OnshapeDocument document) |
Calls createPartStudio method, Create an new part studio tab in the document.
|
PartStudiosCreateTranslationResponse |
PartStudiosCreateTranslationRequest.Builder.call(OnshapeDocument document) |
Calls createTranslation method, Create an element translation.
|
PartStudiosDeleteFeatureResponse |
PartStudiosDeleteFeatureRequest.Builder.call(OnshapeDocument document,
String fid) |
Calls deleteFeature method, Delete an existing feature in the feature list for a part studio.
|
PartStudiosEvalFeatureScriptResponse |
PartStudiosEvalFeatureScriptRequest.Builder.call(OnshapeDocument document) |
Calls evalFeatureScript method, Evaluate featurescript in the context of a part studio.
|
PartStudiosExportGltfResponse |
PartStudiosExportGltfRequest.Builder.call(OnshapeDocument document) |
Calls exportGltf method, Export glTF representation of parts in a Part Studio.
|
PartStudiosExportParasolidResponse |
PartStudiosExportParasolidRequest.Builder.call(OnshapeDocument document) |
Calls exportParasolid method, Export the part studio in text Parasolid format; returns a 307 redirect.
|
PartStudiosExportStlResponse |
PartStudiosExportStlRequest.Builder.call(OnshapeDocument document) |
Calls exportStl method, Export the part studio in text or binary STL format; returns a 307 redirect.
|
PartStudiosGetBodyDetailsResponse |
PartStudiosGetBodyDetailsRequest.Builder.call(OnshapeDocument document) |
Calls getBodyDetails method, Get the body details of a Part Studio.
|
PartStudiosGetBoundingBoxesForSketchResponse |
PartStudiosGetBoundingBoxesForSketchRequest.Builder.call(OnshapeDocument document,
String sid) |
Calls getBoundingBoxesForSketch method, Get the bounding box of a sketch.
|
PartStudiosGetBoundingBoxesResponse |
PartStudiosGetBoundingBoxesRequest.Builder.call(OnshapeDocument document) |
Calls getBoundingBoxes method, Get the bounding box of a Part Studio, or an empty object if the Part Studio is empty.
|
PartStudiosGetEdgesResponse |
PartStudiosGetEdgesRequest.Builder.call(OnshapeDocument document) |
Calls getEdges method, Get the tessellated edges of the parts in a Part Studio.
|
PartStudiosGetFacesResponse |
PartStudiosGetFacesRequest.Builder.call(OnshapeDocument document) |
Calls getFaces method, Get the tessellated faces of the parts in a Part Studio.
|
PartStudiosGetFeatureScriptTableResponse |
PartStudiosGetFeatureScriptTableRequest.Builder.call(OnshapeDocument document,
String tableType) |
Calls getFeatureScriptTable method, Compute and return a FeatureScript table for a given part studio (and possibly part).
|
PartStudiosGetFeatureSpecsResponse |
PartStudiosGetFeatureSpecsRequest.Builder.call(OnshapeDocument document) |
Calls getFeatureSpecs method, Get the definition of the feature specs for a part studio.
|
PartStudiosGetFeaturesResponse |
PartStudiosGetFeaturesRequest.Builder.call(OnshapeDocument document) |
Calls getFeatures method, Get the definition of the feature list for a part studio.
|
PartStudiosGetMassPropertiesResponse |
PartStudiosGetMassPropertiesRequest.Builder.call(OnshapeDocument document) |
Calls getMassProperties method, Get the mass properties of a part studio or parts; parts must have density in order to have mass.
|
PartStudiosGetNamedViewsResponse |
PartStudiosGetNamedViewsRequest.Builder.call(OnshapeDocument document) |
Calls getNamedViews method, Returns a map from view name to view data for the given element
|
PartStudiosGetShadedViewsResponse |
PartStudiosGetShadedViewsRequest.Builder.call(OnshapeDocument document) |
Calls getShadedViews method, Get a shaded image rendering of a Part Studio
|
PartStudiosGetSketchInfoResponse |
PartStudiosGetSketchInfoRequest.Builder.call(OnshapeDocument document) |
Calls getSketchInfo method, Get information for sketches in a part studio
|
PartStudiosGetTessellatedEntitiesResponse |
PartStudiosGetTessellatedEntitiesRequest.Builder.call(OnshapeDocument document,
String sid) |
Calls getTessellatedEntities method, Get the tessellations of the sketch entities of a sketch in a part studio.
|
PartStudiosIdTranslationsResponse |
PartStudiosIdTranslationsRequest.Builder.call(OnshapeDocument document) |
Calls idTranslations method, Translate a list of part, face, etc ids defined in a specific microversion of a document to a
corresponding list of ids in the current microversion of a workspace of the document or other
specific version/microversion.
|
PartStudiosUpdateFeatureResponse |
PartStudiosUpdateFeatureRequest.Builder.call(OnshapeDocument document,
String fid) |
Calls updateFeature method, Update an existing feature in the feature list for a part studio.
|
PartStudiosUpdateFeaturesResponse |
PartStudiosUpdateFeaturesRequest.Builder.call(OnshapeDocument document) |
Calls updateFeatures method, Update parameters of existing features in the feature list for a part studio.
|
PartStudiosUpdateRollbackResponse |
PartStudiosUpdateRollbackRequest.Builder.call(OnshapeDocument document) |
Calls updateRollback method, Move the rollback bar in the feature list for a part studio.
|
ReleaseManagementFindByDocumentIdAndVersionIdResponse |
ReleaseManagementFindByDocumentIdAndVersionIdRequest.Builder.call(OnshapeDocument document,
String vid) |
Calls findByDocumentIdAndVersionId method, Returns list of release packages for a document id and version id
|
ReleaseManagementFindByDocumentIdResponse |
ReleaseManagementFindByDocumentIdRequest.Builder.call(OnshapeDocument document) |
Calls findByDocumentId method, Returns list of release packages for a given document id
|
RevisionsGetRevisionHistoryInCompanyByElementIdResponse |
RevisionsGetRevisionHistoryInCompanyByElementIdRequest.Builder.call(OnshapeDocument document,
String cid,
Number elementType,
String configuration,
String linkDocumentId,
Boolean fillApprovers) |
Calls getRevisionHistoryInCompanyByElementId method, Get a list of all revisions for a part of specified D/W/V/E ids in a company, ordered newest first.
|
RevisionsGetRevisionHistoryInCompanyByPartIdResponse |
RevisionsGetRevisionHistoryInCompanyByPartIdRequest.Builder.call(OnshapeDocument document,
String cid,
String pid,
String configuration,
String linkDocumentId,
Boolean fillApprovers) |
Calls getRevisionHistoryInCompanyByPartId method, Get a list of all revisions for a part of specified D/W/V/E/P ids in a company, ordered newest first.
|
ThumbnailsDeleteApplicationThumbnailsResponse |
ThumbnailsDeleteApplicationThumbnailsRequest.Builder.call(OnshapeDocument document) |
Calls deleteApplicationThumbnails method, Delete element thumbnails for an application element
|
ThumbnailsGetDocumentThumbnailResponse |
ThumbnailsGetDocumentThumbnailRequest.Builder.call(OnshapeDocument document) |
Calls getDocumentThumbnail method, Get the thumbnail for a document in a specific workspace
|
ThumbnailsGetDocumentThumbnailWithSizeResponse |
ThumbnailsGetDocumentThumbnailWithSizeRequest.Builder.call(OnshapeDocument document,
String sz) |
Calls getDocumentThumbnailWithSize method, Return thumbnail for document, with specified size in pixels
|
ThumbnailsGetElementThumbnailResponse |
ThumbnailsGetElementThumbnailRequest.Builder.call(OnshapeDocument document) |
Calls getElementThumbnail method, Return thumbnail info for an element tab
|
ThumbnailsGetElementThumbnailWithApiConfigurationResponse |
ThumbnailsGetElementThumbnailWithApiConfigurationRequest.Builder.call(OnshapeDocument document,
String cid,
String sz,
Boolean rejectEmpty,
Boolean requireConfigMatch) |
Calls getElementThumbnailWithApiConfiguration method, Return thumbnail for element, with specified size in pixels
|
ThumbnailsGetElementThumbnailWithSizeResponse |
ThumbnailsGetElementThumbnailWithSizeRequest.Builder.call(OnshapeDocument document,
String sz,
Boolean rejectEmpty) |
Calls getElementThumbnailWithSize method, Return thumbnail for element, with specified size in pixels
|
ThumbnailsGetThumbnailForDocumentAndVersionResponse |
ThumbnailsGetThumbnailForDocumentAndVersionRequest.Builder.call(OnshapeDocument document,
String vid) |
Calls getThumbnailForDocumentAndVersion method, Return thumbnail info for document at specified version
|
ThumbnailsGetThumbnailForDocumentResponse |
ThumbnailsGetThumbnailForDocumentRequest.Builder.call(OnshapeDocument document) |
Calls getThumbnailForDocument method, Get thumbnail info for document in default workspace
|
ThumbnailsSetApplicationElementThumbnailResponse |
ThumbnailsSetApplicationElementThumbnailRequest.Builder.call(OnshapeDocument document) |
Calls setApplicationElementThumbnail method, Set element thumbnails for an application element
|
TranslationsCreateTranslationResponse |
TranslationsCreateTranslationRequest.Builder.call(OnshapeDocument document) |
Calls createTranslation method, Create a translation of the input data.
|
TranslationsGetTranslationsResponse |
TranslationsGetTranslationsRequest.Builder.call(OnshapeDocument document,
Number offset,
Number limit) |
Calls getTranslations method, Get list of translation status entries for a document
|
Modifier and Type | Method | Description |
---|---|---|
OnshapeDocument |
AssembliesCreateTranslationResponse.getDocument() |
Returns an OnshapeDocument object that can be used in subsequent calls to the related document
|
OnshapeDocument |
AssembliesGetAssemblyDefinitionResponseParts.getDocument() |
Returns an OnshapeDocument object that can be used in subsequent calls to the related document
|
OnshapeDocument |
AssembliesGetAssemblyDefinitionResponsePartStudioFeatures.getDocument() |
Returns an OnshapeDocument object that can be used in subsequent calls to the related document
|
OnshapeDocument |
AssembliesGetAssemblyDefinitionResponseRootAssembly.getDocument() |
Returns an OnshapeDocument object that can be used in subsequent calls to the related document
|
OnshapeDocument |
AssembliesGetAssemblyDefinitionResponseRootAssemblyInstances.getDocument() |
Returns an OnshapeDocument object that can be used in subsequent calls to the related document
|
OnshapeDocument |
AssembliesGetAssemblyDefinitionResponseSubAssemblies.getDocument() |
Returns an OnshapeDocument object that can be used in subsequent calls to the related document
|
OnshapeDocument |
AssembliesGetAssemblyDefinitionResponseSubAssembliesInstances.getDocument() |
Returns an OnshapeDocument object that can be used in subsequent calls to the related document
|
OnshapeDocument |
AssembliesGetBillOfMaterialsResponseBomTableItemsItemSource.getDocument() |
Returns an OnshapeDocument object that can be used in subsequent calls to the related document
|
OnshapeDocument |
BlobElementsCreateTranslationResponse.getDocument() |
Returns an OnshapeDocument object that can be used in subsequent calls to the related document
|
OnshapeDocument |
CommentsAddAttachmentResponse.getDocument() |
Returns an OnshapeDocument object that can be used in subsequent calls to the related document
|
OnshapeDocument |
CommentsCreateResponse.getDocument() |
Returns an OnshapeDocument object that can be used in subsequent calls to the related document
|
OnshapeDocument |
CommentsGetCommentResponse.getDocument() |
Returns an OnshapeDocument object that can be used in subsequent calls to the related document
|
OnshapeDocument |
CommentsGetResponseItems.getDocument() |
Returns an OnshapeDocument object that can be used in subsequent calls to the related document
|
OnshapeDocument |
CommentsReopenResponse.getDocument() |
Returns an OnshapeDocument object that can be used in subsequent calls to the related document
|
OnshapeDocument |
CommentsResolveResponse.getDocument() |
Returns an OnshapeDocument object that can be used in subsequent calls to the related document
|
OnshapeDocument |
DocumentsGetInsertablesResponseItems.getDocument() |
Returns an OnshapeDocument object that can be used in subsequent calls to the related document
|
OnshapeDocument |
DrawingsCreateTranslationResponse.getDocument() |
Returns an OnshapeDocument object that can be used in subsequent calls to the related document
|
OnshapeDocument |
InsertablesGetLatestInDocumentResponseItems.getDocument() |
Returns an OnshapeDocument object that can be used in subsequent calls to the related document
|
OnshapeDocument |
PartStudiosCreateTranslationResponse.getDocument() |
Returns an OnshapeDocument object that can be used in subsequent calls to the related document
|
OnshapeDocument |
PartStudiosIdTranslationsResponse.getDocument() |
Returns an OnshapeDocument object that can be used in subsequent calls to the related document
|
OnshapeDocument |
ReleaseManagementCreateObsoletionPackageResponse.getDocument() |
Returns an OnshapeDocument object that can be used in subsequent calls to the related document
|
OnshapeDocument |
ReleaseManagementCreateReleasePackageResponse.getDocument() |
Returns an OnshapeDocument object that can be used in subsequent calls to the related document
|
OnshapeDocument |
ReleaseManagementCreateReleasePackageResponseItems.getDocument() |
Returns an OnshapeDocument object that can be used in subsequent calls to the related document
|
OnshapeDocument |
ReleaseManagementGetReleasePackageResponse.getDocument() |
Returns an OnshapeDocument object that can be used in subsequent calls to the related document
|
OnshapeDocument |
ReleaseManagementGetReleasePackageResponseItems.getDocument() |
Returns an OnshapeDocument object that can be used in subsequent calls to the related document
|
OnshapeDocument |
RevisionsEnumerateRevisionsResponseItems.getDocument() |
Returns an OnshapeDocument object that can be used in subsequent calls to the related document
|
OnshapeDocument |
RevisionsGetLatestInDocumentOrCompanyResponse.getDocument() |
Returns an OnshapeDocument object that can be used in subsequent calls to the related document
|
OnshapeDocument |
RevisionsGetRevisionHistoryInCompanyByElementIdResponseItems.getDocument() |
Returns an OnshapeDocument object that can be used in subsequent calls to the related document
|
OnshapeDocument |
RevisionsGetRevisionHistoryInCompanyByPartIdResponseItems.getDocument() |
Returns an OnshapeDocument object that can be used in subsequent calls to the related document
|
OnshapeDocument |
RevisionsGetRevisionHistoryInCompanyByPartNumberResponseItems.getDocument() |
Returns an OnshapeDocument object that can be used in subsequent calls to the related document
|
OnshapeDocument |
TranslationsCreateTranslationResponse.getDocument() |
Returns an OnshapeDocument object that can be used in subsequent calls to the related document
|
OnshapeDocument |
TranslationsGetTranslationResponse.getDocument() |
Returns an OnshapeDocument object that can be used in subsequent calls to the related document
|
OnshapeDocument |
TranslationsGetTranslationsResponseItems.getDocument() |
Returns an OnshapeDocument object that can be used in subsequent calls to the related document
|
OnshapeDocument |
WorkflowGetActiveWorkflowsResponse.getDocument() |
Returns an OnshapeDocument object that can be used in subsequent calls to the related document
|
Modifier and Type | Method | Description |
---|---|---|
OnshapeDocument |
ResponseWithDocument.getDocument() |
Returns an OnshapeDocument object that can be used in subsequent calls to
the related document
|
Copyright © 2021. All rights reserved.