Get endpoints of a projected sketch (API question)

Discussion in 'SolidWorks' started by Thijs, Jan 17, 2008.

  1. Thijs

    Thijs Guest

    Hello,

    I am trying to get the coordinates of the endpoints of a projected
    sketch, for use in VB.NET. I´ve been searching for a day now, but can
    ´t find a way to get this done properly.

    Does anyone have a clue as how to do this?

    Kind regards,
    Thijs
     
    Thijs, Jan 17, 2008
    #1
  2. a "projected sketch" is a sketch like any other, containing
    SketchSegment, from which, depending on the GetType, you can get the
    endpoints through specific GetStartPoint and GetEndPoint methods of
    the SketchArc, SketchLine etc.
    The Get All Elements of Sketch Example (VB) in apihelp might be useful.
     
    Philippe Guglielmetti, Jan 17, 2008
    #2
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.