API question

Discussion in 'SolidWorks' started by John, Oct 19, 2003.

  1. John

    John Guest

    In the API help I can see that to modify features (like sheetmetal, holes
    etc.) I have to use commands like CurFeature.ModifyDefinition(FeatData,
    Model, Component) and FeatData.ReleaseSelectionAccess to make changes take
    effect.

    How do I "modify" custom properties - what command do I need to update the
    SW-file with my changes?
     
    John, Oct 19, 2003
    #1
  2. John

    Heikki Leivo Guest

    Hello John,
    Have you tried to "save" your document after making changes? Refer to API
    help, ModelDoc2::Save3 method.

    Hope this helps!
    -h-
     
    Heikki Leivo, Oct 19, 2003
    #2
  3. John

    John Guest

    well - that seems to do the trick....Thanks
    John

     
    John, Oct 19, 2003
    #3
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.