Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
PCDLRN ActiveX DLL > OldBasic Object : SetAutoParams Method
Sample hits for initial execution
Sample hits for subsequent executions
Sheet metal measuring depth
Height of stud for a sheet metal circle, sheet metal cylinder or sheet metal ellipse; or the long length of a slot
Short width of a slot.
Corner radius of a square slot.
Distance from the nominal feature or nominal feature edge where sample hits are taken.
Like spacer but in a different direction. Used in edge points, corner points, and angle points.
Thickness of  the sheetmetal.
Major axis of ellipse.
Minor axis of ellipse.
SetAutoParams Method
Description
Sets Auto Feature Parameters inside StartFeature Block
Syntax
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 _
) 
Parameters
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.
Remarks
This function is used for auto features only.
See Also