I have 3d point and wanted to project it on to sketch with face support. I wanted to find the coorindates of the projected point
Here is the macro I am using but getting error as
GetCoordinates not support by the object
Language="VBSCRIPT"
Sub CATMain()
Dim partDocument1 As Document
Set...