Message 1 of 5
User defined coordinate system
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am hours new with Fusion, but I have some experience with Inventor. There, I was able to create a patterning tool for use on free-form surfaces. I would love to translate my code into Fusion, but I need calls to the engine similar to the ones in Inventor:
UserCoordinateSystemDefinition oUCSDef = oCompDef.UserCoordinateSystems.CreateDefinition(); UserCoordinateSystem oUCS = default(UserCoordinateSystem);
I looked through the help files but I do not see any object like oUCS, would you please give me a hand?
thank you
Here an image of what my code can do.
