from Keyword

Definition

Allows the user to copy a document from an existing document without maintaining any link. 

Syntax

DocumentName isa DocumentType from FilePath

where:

  •  
DocumentType is either CATProduct, CATPart or model.
  •  
FilePath is the full path of the initial document. 

To enter a file path you can:

  •  
Use the Insert File Path command from the contextual menu or
  •  
Use the Input keyword: h isa CATPart from Input : FilePath "Enter the file path ?" 

Example 

h isa CATPart from "c:\temp\CATPart"
   {
      h isa Part
         {
         // Additional features  
         }
  }