sanostol Posted January 27, 2010 Share Posted January 27, 2010 Hi I made a digital asset, that references some geometry files. how can I access the geometry relative to the install path. just like $OTL/geo/geo.obj, is this possible? Martin Quote Link to comment Share on other sites More sharing options...
rdg Posted January 27, 2010 Share Posted January 27, 2010 hou.pwd().type().definition().libraryFilePath() This should return you the path the OTL has been loaded from. I guess a more reliable way is to either include the geometry into the HDA or have a parameter to specify the location to load from. Quote Link to comment Share on other sites More sharing options...
sanostol Posted January 27, 2010 Author Share Posted January 27, 2010 thank You, Georg greetings Martin hou.pwd().type().definition().libraryFilePath() This should return you the path the OTL has been loaded from. I guess a more reliable way is to either include the geometry into the HDA or have a parameter to specify the location to load from. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.