Package wt.part.build

Interface WTPartBuildService

All Known Implementing Classes:
StandardWTPartBuildService

@RemoteInterface public interface WTPartBuildService
Part to CAD document service. This is service for reverse build.

Supported API: true

Extendable: false
  • Method Details

    • partToCADBuild

      void partToCADBuild(WTPart part, EPMDocument epmdoc, EPMWorkspace workspace, WTContainer container) throws WTException
      This API will perform a Build from Part operation on the specified WTPart and its associated EPMDocument.

      Supported API: true
      Parameters:
      part - - Specifies the part that will be used in the Build from Part operation.
      epmdoc - - Specifies the CAD document associated with the part.
      workspace - - If the workspace is null, a temporary workspace will be created just for the duration of the Build from Part operation.
      container - - If a container is specified and the workspace is null, the temporary workspace will be created in the specified container, otherwise the container on the WTPart will be used.
      Throws:
      WTException