Method that redefines the values associated with an existing ClearanceHoleInfo object. This is done to modify an existing clearance hole. 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.
"clearanceHoleInfo_var" is a variable referencing a ClearanceHoleInfo object.
|
"clearanceHoleInfo_var" is a variable referencing a ClearanceHoleInfo object.
|
Type | Description |
boolean | Returns true if the redefinition was successful. |
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 amount of clearance between the hole and the fastener. |