ConfigurationColumns.addClearanceTypeColumns Method
Parent Object: ConfigurationColumnsDefined in namespace "adsk::fusion" and the header file is <Fusion/Configurations/ConfigurationColumns.h>
Description
Creates the columns in the configuration table to control the clearance information associated with a clearance hole. Because configuring a clearance hole requires several pieces of related information, this method collects it all at once and creates all the corresponding feature aspect columns.
The fit is also a setting that controls the hole clearance, but it's independent of the other settings and can be created independently using the addFeatureAspectColumn method.
Syntax
"configurationColumns_var" is a variable referencing a ConfigurationColumns object.
|
Return Value
Type | Description |
ConfigurationFeatureAspectColumn[] | Returns an array of the columns created. They are in order of standard, fastener type, and size. |
Parameters
Name | Type | Description |
holeFeature | HoleFeature | The hole feature that defines a clearance hole whose clearance will be controlled by the configuration table. |
holeClearanceColumns | ConfigurationClearanceHoleColumns | Enum value that indicates which columns should be created to control the clearance hole definition. You can fully define the clearance hole by specifying the standard, fastener type, and size. Or you can leave the standard controlled by the hole and only configure the fastener type, and size. Or you can leave the standard and fastener type controlled by the hole and only configure the size. As a result, this can create and return 3, 2, or 1 columns. The fit is also a setting that controls the hole clearance, but it's independent of the other settings and can be created independently using the addFeatureAspectColumn method. |