How to create a cylindrical bolt geometry directly inside Mechanical
Vishnu
Member, Employee Posts: 222
✭✭✭✭
Answers
-
Example:
ExtAPI.DataModel.Project.Model.CreateCylindricalBolt(Quantity("2[mm]"),Quantity("5[mm]"),Quantity("10[mm]"),Quantity("2[mm]"))
The bolt will be created so that the base of the head is at the origin and aligned with the Y-Z plane.
You can use Transform option to move them again to your desired location
6