Method that creates a new hole table by including only the holes that are of the specified type in the input drawing view. The newly created HoleTable is returned.
Name | Type | Description |
DrawingView | DrawingView | Input DrawingView object that specifies the drawing view for which the hole table is to be created. |
PlacementPoint | Point2d | Input Point2d object that specifies the position of the top left corner of the table on the sheet. |
IncludeDrilledHoleFeatures | Boolean | Input Boolean that specifies whether to include drilled hole features. |
IncludeCounterBoreHoleFeatures | Boolean | Input Boolean that specifies whether to include counterbored hole features. |
IncludeCounterSinkHoleFeatures | Boolean | Input Boolean that specifies whether to include countersunk hole features. |
IncludeThreadedHoleFeatures | Boolean | Input Boolean that specifies whether to include threaded hole features. |
IncludeCircularCuts | Boolean | Input Boolean that specifies whether to include circular extruded cuts. Circular cuts are recognized only as drilled thru or drilled blind holes, and do not include mid-plane extrusions. |
IncludeCentermarks | Boolean | Input Boolean that specifies whether to include center marks. Center marks with visibility turned off are not included in the hole table. |
IncludeRecoveredPunchCenters | Boolean | Input Boolean that specifies whether to include recovered punch center marks. Punch center marks with visibility turned off are not included in the hole table. |
HoleTableStyle | Variant | Optional input HoleTableStyle object that specifies the hole table style to use for the table. If not specified, the default style specified by the standard is used. This is an optional argument whose default value is null. |
Layer | Variant | Optional input Layer object that specifies the layer to use for the table. If not specified, the default layer specified by the standard is used. This is an optional argument whose default value is null. |
Name | Description |
Creating hole tables | This sample demonstrates the creation of hole tables in a drawing. |