- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
How to get assembly component' s attributes ....
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
04-20-2009 12:36 AM
Hi,
I'd like to find component's attributes or properties. (for instance, like as "Product Added Properties" or "Mass Properties" of CATIA V5)
I wait for your reply.
Re: How to get assembly component' s attributes ....
[ Edited ]
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
04-24-2009 01:42 PM - last edited on 04-24-2009 01:47 PM
Hi,
I am assuming that you are looking for the attributes in (say) sat file that you translated fromV5.
In sat Mass properties can be calculated using api_body_mass_props or alternatively if you are using scheme then you can use body:massprops
See - http://doc.spatial.com/r19/index.php/SchemeExt:Body:massprops
If you know the name of the attribute that you are looking for then use generic:get (http://doc.spatial.com/r19/index.php/SchemeExt:Generic:get)
hope this helps
-Vipul

