Recognizes imported features interactively in a SolidWorks part document.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function RecognizeFeatureInteractive( _
ByVal FeatureType As String, _
ByVal options As Integer _
) As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IFeatureWorksApp
Dim FeatureType As String
Dim options As Integer
Dim value As Boolean
value = instance.RecognizeFeatureInteractive(FeatureType, options)
|
Parameters
- FeatureType
- Type of body or sheet metal feature to recognize
- options
- Interactive options as defined by fwInteractiveRecognitionOptions_e
Return Value
True if the feature is recognized, false if not
Example
See Also
Availability
FeatureWorks API 2004 FCS