Method that creates a new hole table by including only the specified holes. The newly created HoleTable is returned.
Name | Type | Description |
Holes | ObjectCollection | Input ObjectCollection which specifies the holes to create the table with. The collection may contain DrawingCurve objects that represent hole features or circular extrude cuts, or Centermark objects (which include recovered punch centers). All the holes must belong to the same drawing view, else an error will occur. |
PlacementPoint | Point2d | Input Point2d object that specifies the position of the top left corner of the table on the sheet. |
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. |