HoleFeatures.CreateSketchPlacementDefinition Method
Parent Object: HoleFeaturesDescription
Method that creates a new SketchHolePlacementDefinition object that can be used for defining the placement of Hole features using sketch points.
Syntax
HoleFeatures.CreateSketchPlacementDefinition( HoleCenterPoints As ObjectCollection ) As SketchHolePlacementDefinitionParameters
Name | Type | Description |
HoleCenterPoints | ObjectCollection | ObjectCollection object that contains the SketchPoint objects that will be used to define the centers of the holes. All of the SketchPoint objects used as input must be within the same sketch. |