Uses of Class
com.ptc.hli.ecad.ECADAssembly

Packages that use ECADAssembly
com.ptc.epm.commands   
com.ptc.epm.commands.util   
com.ptc.hli.ecad   
 

Uses of ECADAssembly in com.ptc.epm.commands
 

Methods in com.ptc.epm.commands that return ECADAssembly
protected static ECADAssembly XMLtoWCUtility.addAssembly(ECADDesign design, ECADXMLDocument assyXDoc, ECADAssemblyHelper.AssemblyOptions options, ECADTransaction transaction)
           
 

Methods in com.ptc.epm.commands with parameters of type ECADAssembly
protected  void ECADCreateNewDesign.buildASMStructure(Folder personalFolder, ECADAssembly assembly)
           
protected  void ECADCreateNewDesign.createBaseline(ECADAssembly assembly)
           
 

Uses of ECADAssembly in com.ptc.epm.commands.util
 

Fields in com.ptc.epm.commands.util declared as ECADAssembly
private  ECADAssembly FileGroupHelper.assembly
           
private  ECADAssembly ComponentHelper.assembly
           
 

Methods in com.ptc.epm.commands.util with parameters of type ECADAssembly
static ECADDocument FileLoader.getDesignDoc(String type, ECADAssembly assembly)
           
static ECADDocument DocHelper.createComponentDoc(String number, String name, String description, int quantity, ECADAssembly assembly, WTContainerRef containerRef, ECADTransaction transaction)
           
static ECADDocument DocHelper.createAsmDoc(ECADAssembly assembly, ECADDesign design, Folder folder, ECADTransaction transaction)
           
static ECADDocument DocHelper.createDesignDoc(ECADDocument designDoc, ECADAssembly assembly, Folder folder, ECADTransaction transaction)
           
static void ComponentHelper.updateAssemblyComponents(ECADAssembly assembly, Vector refDesVector, ECADAssemblyHelper.AssemblyOptions myOptions, ECADTransaction transaction)
           
 

Constructors in com.ptc.epm.commands.util with parameters of type ECADAssembly
FileGroupHelper(ECADAssembly assembly, File groupFile, ECADTransaction transaction)
           
ComponentHelper(ECADAssembly assembly, ECADAssemblyHelper.AssemblyOptions myOptions, ECADTransaction transaction)
           
 

Uses of ECADAssembly in com.ptc.hli.ecad
 

Methods in com.ptc.hli.ecad that return ECADAssembly
 ECADAssembly ECADDocument.getAssembly(String assemblyNumber)
          Get the numbered ECADAssembly associated with this ECADDocument

Supported API: false
 ECADAssembly ECADDesign.getAssembly(String assmNumber)
          Get the ECADAssembly with the given number.
static ECADAssembly ECADAssembly.newECADAssembly(ECADDesign design, ECADDocument assemblyDoc)
          Factory method to construct a new ECADAssembly containing the given ECADDocuments.
static ECADAssembly ECADAssembly.newECADAssembly(ECADDocument assemblyDoc)
           
static ECADAssembly ECADAssembly.getOldAssembly(String number, String version, WTContainerRef containerRef)
          Static method to return the ECADAssembly with the given number and version if it exists.
 

Methods in com.ptc.hli.ecad with parameters of type ECADAssembly
 void ECADDocument.addAssembly(ECADAssembly assembly)
          Associate an ECADAssembly with this ECADDocument

Supported API: false
 void ECADDesign.removeAssembly(ECADAssembly assembly)
          Remove an assembly

Supported API: false
 void ECADDesign.addAssembly(ECADAssembly assembly)
          Add an assembly

Supported API: false