Sets Auto Feature Parameters inside StartFeature Block
Visual Basic |
---|
Public Sub SetAutoParams( _ Optional ByVal INIT_HITS As Variant, _ Optional ByVal PERM_HITS As Variant, _ Optional ByVal Depth As Variant, _ Optional ByVal Height As Variant, _ Optional ByVal wdth As Variant, _ Optional ByVal Radius As Variant, _ Optional ByVal Spacer As Variant, _ Optional ByVal Indent As Variant, _ Optional ByVal Thickness As Variant, _ Optional ByVal DISTANCE As Variant, _ Optional ByVal major As Variant, _ Optional ByVal minor As Variant _ ) |
- INIT_HITS
- Sample hits for initial execution
- PERM_HITS
- Sample hits for subsequent executions
- Depth
- Sheet metal measuring depth
- Height
- Height of stud for a sheet metal circle, sheet metal cylinder or sheet metal ellipse; or the long length of a slot
- wdth
- Short width of a slot.
- Radius
- Corner radius of a square slot.
- Spacer
- Distance from the nominal feature or nominal feature edge where sample hits are taken.
- Indent
- Like spacer but in a different direction. Used in edge points, corner points, and angle points.
- Thickness
- Thickness of the sheetmetal.
- DISTANCE
- major
- Major axis of ellipse.
- minor
- Minor axis of ellipse.
This function is used for auto features only.