Using View and Data API with Meteor
摘要:By Daniel Du I have been studying Meteor these days, and find that Meteor is really a mind-blowing framework, I can talk about this latter. I was inspired by this question on forum and started to loo...
阅读全文
posted @
2016-01-31 20:22
峻祁连
阅读(718)
推荐(0) 编辑
View and Data API Tips: Constrain Viewer Within a div Container
摘要:By Daniel Du When working with View and Data API, you probably want to contain viewer into a tag, the position and size of can be defined with CSS. The HTML can be simple as below, a tag as a cont...
阅读全文
posted @
2016-01-31 14:48
峻祁连
阅读(666)
推荐(0) 编辑
View and Data API Tips: Hide elements in viewer completely
摘要:By Daniel Du With View and Data API, you can hide some elements in viewer by calling “viewer.hide(dbIds)”, when the elements are hided, it actually make it transparent with a shallow mark to it, or m...
阅读全文
posted @
2016-01-21 22:34
峻祁连
阅读(783)
推荐(0) 编辑
View and Data API Tips : Conversion between DbId and node
摘要:By Daniel Du In View and Data client side API, The assets in the Autodesk Viewer have an object tree, a tree structure that represents the model hierarchy. Each element in model can be representing a...
阅读全文
posted @
2016-01-21 22:10
峻祁连
阅读(1376)
推荐(0) 编辑