Package wt.part.build
Interface WTPartBuildService
- All Known Implementing Classes:
StandardWTPartBuildService
Part to CAD document service. This is service for reverse build.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
-
Method Summary
Modifier and TypeMethodDescriptionvoidpartToCADBuild(WTPart part, EPMDocument epmdoc, EPMWorkspace workspace, WTContainer container) This API will perform a Build from Part operation on the specifiedWTPartand its associatedEPMDocument.
-
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 specifiedWTPartand its associatedEPMDocument.
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
-