|
how to load curve points from a text file in api?
dear all,
i searched in api and found that freepointcurvefeaturedata has a method for loading points (xyz) from a text file but i could not find its accessors, i.e. a method which returns freepointcurvefeaturedata. the api says that freepointcurvefeaturedata accessor is featuremanager::createdefinition() but it reaturns an object which cannot be casted to freepointcurvefeaturedata. can anybody help me with a couple of vb lines?
thanks,
artman
does this help at all?
swapp = application.sldworks
doc = swapp.activedoc
doc.insertcurvefile "filename"
dear marlow springer,
thanks a lot for your good and usefule comment, yes it is worked well.
regards
artman
edited: 10/27/2008 at 12:58 am by artin rezaie
quick |
|