VB macro for points insertion in stock
VB macro for points insertion in stock
(OP)
Hi all,
I want a VB macro, for inserting points in de middle of the faces
of a rectangular workpiece, as the photo attached. Select the stock execute de VB and points insertion.
And if its possible, in the middle of a circumference too, when I select the stock model.
Thanks.
I want a VB macro, for inserting points in de middle of the faces
of a rectangular workpiece, as the photo attached. Select the stock execute de VB and points insertion.
And if its possible, in the middle of a circumference too, when I select the stock model.
Thanks.





RE: VB macro for points insertion in stock
The more general case of creating a planar outline centroid requires the following.
1) Make the face the work plane.
2) Create a boundary entity through the edges.
3) Use the boundary to determine the centroid.
4) Create the point.
To create the boundary (in a program) I would need to have a CAM license (which I don't have)
Hope this helps.
Frank Swinkels
RE: VB macro for points insertion in stock
I was looking for this.
RE: VB macro for points insertion in stock
RE: VB macro for points insertion in stock
You are the best jajajaja.