Need help on ACIS API

Discussion in 'SolidWorks' started by Tarun, Aug 4, 2006.

  1. Tarun

    Tarun Guest

    Hello,
    I am new to ACIS API programming.

    I have a problem reading names of FACES of a solid body using ACIS
    APIs.

    I have a solid body designed in SolidWorks, exported it to .SAT file
    format. Now I am using ACIS APIs to read the .SAt file. With the help
    of below code I am able to get all the faces in facelist.

    ENTITY_LIST faceList;
    AcisOptions* acisOptions = NULL;
    api_get_faces((ENTITY *)Body,
    faceList,PAT_CAN_CREATE,acisOptions);
    int numFaces = faceList.count();

    Now I want to get all the FACE names.

    Please help me, which API I should use to get the same from this
    faceList.

    Thanks,
    Tarun
     
    Tarun, Aug 4, 2006
    #1
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.