Home
Reply
pjp
Contributor
pjp
Posts: 10

How to get assembly component's attributes....

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.

 

 

Spatial Employee
vipull
Posts: 7

Re: How to get assembly component's attributes....

[ Edited ]

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

and  http://doc.spatial.com/r19/qref/ACIS/html/group__INTRAPIPHYSICALPROPS.html#gc1ea5f70bdffabb0458b5153...

 

 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