BrepBody.getEntityFromTempId not existant?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I want to save a reference to a bRepFace when a user closes and then reopens a document, presumably I could do this by looking up the face based on the component name, body name, and then the tempId.
The documentation here: http://help.autodesk.com/view/fusion360/ENU/?guid=GUID-39FBB1EC-7E58-4A92-AF30-69D080E385ED
says that BrepBody has a function "getEntityFromTempId" but I get an attribute error and can't find it elsewhere in the documentation, does this function exist. If it doesn't can they fix the documentation or (better yet) add the useful function.
Otherwise, what is the best way of saving a reference to a specific BrepFace. I save my structure to a Json file, so it needs to be something that could be parsed from a string essentially.
