Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations waross on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. agsingh

    Reading CATIA files information through Java

    Hi, Is there any way of extracting info from catia files. info like what are the parts in a product, from a assembly file. Any attribute information etc.
  2. agsingh

    reading dwg file external to autocad

    how to change dwg files to dxf in batch.
  3. agsingh

    version of pro_comm_msg does not match appn version

    I am getting this error while trying to connect to ProE through jlink. version of pro_comm_msg does not match appn version whats wrong. It was working fine few days back.
  4. agsingh

    reading dwg file external to autocad

    Is there any way i can programmatically read autocad file .dwg and extract information file attributes, blocks, x-ref etc without opening autocad application.
  5. agsingh

    JLink and DLL

    public void setAssemblyFamilyTable(Solid solid, Session session) throws Exception { String solidName = solid.GetFullName(); Hashtable _instTable = new Hashtable(); FamilyTableRows famRows = solid.ListRows(); int rowSize = famRows.getarraysize(); FamilyTableColumns famCols =...
  6. agsingh

    JLINK:Read Column Data of family Data

    How to read through JLink the models in the columns of Assembly Family Tables.
  7. agsingh

    JLink and DLL

    i have done it. what are you looking for, even i need some help in reading Fam tables.
  8. agsingh

    read a proe file thru jlink

    Hi, I am not a CAD guy, but there is requirement that i have to read ProE files and create/update BOM and other parameters in my database. i have to read these details from ProE files that are there on a network drive. I know java and came to know about jlink. Went through documentation and...

Part and Inventory Search