0% found this document useful (0 votes)
19 views1 page

Distance Control

Uploaded by

Jeffrey Jimenez
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
19 views1 page

Distance Control

Uploaded by

Jeffrey Jimenez
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Distance control

If Hole_Spacing = "By Hole Centers" And Qty_x = 2 Then


OA_x = (Hole_C_x * Qty_x) / 2

ElseIf Hole_Spacing = "By Hole Centers" And Qty_x > 2 Then


OA_x = Hole_C_x * (Qty_x - 1)

End if

If Hole_Spacing = "By Hole Centers" And Qty_y = 2 Then


OA_y = (Hole_C_y * Qty_y) / 2

ElseIf Hole_Spacing = "By Hole Centers" And Qty_y > 2 Then


OA_y = Hole_C_y * (Qty_y - 1)

End If

Page 1 of 1

You might also like