Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
Anonymous
in reply to: Anonymous

Doing some digging in the API help document and come to find out that trying to place the a conincident constraint between two points will fail, and it states that we should use the ConnectTo method on the sketchpoint3d object to merge two points.

 

 

   'SketchPoint3D.ConnectTo( ConstrainingPoint As Object )
   Call oLineA.StartPoint.ConnectTo(OriginPoint)

 

Trying that approach, but now we're getting an error dialog.

Annotation 2020-08-26 132644.png

 

Keep, keeping on.

 

I'll figure it out eventually. :slightly_smiling_face:

 

M.