How get all entities of the SW drawing

Discussion in 'SolidWorks' started by fcreator, Nov 28, 2003.

  1. fcreator

    fcreator Guest

    Hello

    I have to programatically get list of all entities of the SolidWorks drawing.
    Is anyone know how do it?

    Thanks
     
    fcreator, Nov 28, 2003
    #1
  2. what do you mean by entities? there is no get all entities in a
    drawing. if you mean View::GetLines4, View::GetFirstNote,
    View::GetFirstWeldSymbol, View::GetFirstAnnotation2,
    View::GetDimensionDisplayInfo4, View::GetDimensionString3,
    View::GetSketch then thats different.
     
    Sean Phillips, Nov 29, 2003
    #2
  3. View::GetPolylines returns the actual view (projected, cut...) geometry.
    The result requires some processing to be usable. Then, using
    View::GetViewXform, you might be able to find the corresponding 3D Edges,
    but it is hard...
     
    Philippe Guglielmetti, Nov 29, 2003
    #3
  4. fcreator

    fcreator Guest

    Ok, Sean Phillips
    I got it. I understand that there no function to get all entities, and I have
    use different functions to do it.
    Thank You
    Felix
     
    fcreator, Nov 29, 2003
    #4
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.