Method that creates a new ClearanceHoleInfo object to use in creating clearance holes. The ClearanceHoleInfo object defines the type, size, and fit of the clearance hole to create. Fusion uses this information to look up the full details of the clearance hole in tables delivered with Fusion. The ClearanceHoleDataQuery object can be used to determine valid input for this information. It's statically created using the ClearanceHoleDataQuery.create method.
This is a static method.
|
This is a static method.
|
Type | Description |
ClearanceHoleInfo | Returns the newly created ClearanceHoleInfo object or null if the creation failed. |
Name | Type | Description |
standard | string | Input string that specifies the standard. |
fastenerType | string | Input string that specifies the fastener type. |
size | string | Input string that specifies the fastener size. |
fit | ClearanceHoleFits | Input enum value that specifies the fit of the fastener within the hole. |