biw01
Automotive
- Dec 31, 2011
- 152
Hi All,
I have a program which works on a part and retrieves its edge vertices, However the code retrieves the co-ordinate values in global co-ordinates rather than local co-ordinates.
For Each objEdge As Edge In CType(objFeat, Extrude).GetEdges()
Dim objPoint1 As Point3d
Dim objPoint2 As Point3d
objEdge.GetVertices(objPoint1, objPoint2)
next
How can i retrieve the values in Local Co-ordinates system?
Please Help !!!
Regards,
Amitabh
I have a program which works on a part and retrieves its edge vertices, However the code retrieves the co-ordinate values in global co-ordinates rather than local co-ordinates.
For Each objEdge As Edge In CType(objFeat, Extrude).GetEdges()
Dim objPoint1 As Point3d
Dim objPoint2 As Point3d
objEdge.GetVertices(objPoint1, objPoint2)
next
How can i retrieve the values in Local Co-ordinates system?
Please Help !!!
Regards,
Amitabh