Anonymous
in reply to:
Anonymous
08-26-2020
11:34 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
08-26-2020
11:34 AM
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.
Keep, keeping on.
I'll figure it out eventually. ![]()
M.