You can now quickly add cylindrical bold geometry inside mechanical
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
Help Manual Link