IGeoPart Model.CreateCylindricalNut(Object height, Object innerRadius, Object outerRadius)

Create a cylindrical nut with the specified dimensions. The nut will be created so that the base of the nut is at the origin and aligned with the Y-Z plane. Valid input arguments include: 1) `double` 2) `Quantity` 3) A string representation of `double` or `Quantity`, i.e., "1.0" or "1.0 [cm]"

Parameters

  • height
    Type: Object
    The height of bolt head.
  • innerRadius
    Type: Object
    The inner radius of the nut, i.e. the shank radius.
  • outerRadius
    Type: Object
    The outer radius of the nut.

Return Value

Type: IGeoPart
A wrapper for the newly-created part.