Message 1 of 4

Not applicable
12-03-2017
11:14 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Im trying to create an array of workpoints based on the vertex of a part. I want to create the workpoints with coordinates based on the part and not the coordinates from the main frame. I tried using this,
Dim wp As workpoint
Set wp = partDef.WorkPoints.AddFixed(ThisApplication.TransientGeometry.CreatePoint(0, 0, 1))
But, this just creates the point in space. Is there anyway to code it to accept the vertex from the user and create it based on that?
Thanks
Solved! Go to Solution.