Continue to Site

Welcome to MCAD Central

Join our MCAD Central community forums, the largest resource for MCAD (Mechanical Computer-Aided Design) professionals, including files, forums, jobs, articles, calendar, and more.

How to calculate Transform using J-Link

ssnivas

New member
Hi,


I have openeda Simple Representation of an assembly In ProE using J-Link.


Now i have to calculate Transform by supplying two System coordinates.


I could do this using ProE directly -- Analysis -> Measure -> Transform.


Select From and To coordinates from Left Navigation. The result value displayed as 3x4 metrics.


Please help me that how to do the same using J-Link.


Thanks,


Srinivas
 
You should call GetCoordSys of CoordSystem interface for both csys. You will get two transformation matrices and then you can calculate the transformation from them.
 
Hi,


I am not able to apply the CoordSys programatically. I have to apply two Coordsys those are from and to.


If i use ProE directly, the activities are


Analysis->Measure-> Transform, then select Select From and To coordinates from Left Navigation.


Please help to resolve this issue.


thanks,


Srinivas
 
The method mentioned by TL is Correct ...you need to perform the
calculation from those matrices....also I think there is function that can
help...whenever u try to get the cosys...u also have option to get
relative position wrt a cosys.
 

Sponsor

Articles From 3DCAD World

Back
Top