cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X

Getting the IpfcTransform3D for a part in a assy?

JBlackhole
16-Pearl

Getting the IpfcTransform3D for a part in a assy?

to all

 

How does one get the IpfcTransform3D for a part in an assy

The basic program loops though the assy and I'd like to get the  property Position.

I am try to "hack" the vbapi example ' pfcAssembliesExamples' to no avail

 

Can any help? Thanks

2 REPLIES 2

Not a VB guy myself... but I think it is possible... you might look at the CREOSON source to see if there are any hints for how to do this with the VB-API.

 

If all else fails, you could connect to CREOSON via VB to get the data... look at  bom : get_paths.... then file : get_transform JSON requests under the CREOSON functions for some examples of what is being returned.

 

Hope that helps at least narrow down the direction with VB...

 

Dave

 

 

Thanks for the tips. At this moment in time it's not an option but will have a look at it for sure

I am simply looking for the few lines of appropriate/correct code to get the IpfcTransform3D and use the properties of the object. I'd like to transform the (part) inertia matrix (already obtained) into the default co-ordinate system.

 

Thanks

Top Tags