Recognizes imported features interactively in a SOLIDWORKS part document.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function RecognizeFeatureInteractive( _
ByVal FeatureType As System.String, _
ByVal options As System.Integer _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IFeatureWorksApp
Dim FeatureType As System.String
Dim options As System.Integer
Dim value As System.Boolean
value = instance.RecognizeFeatureInteractive(FeatureType, options) |
C# | |
---|
System.bool RecognizeFeatureInteractive(
System.string FeatureType,
System.int options
) |
C++/CLI | |
---|
System.bool RecognizeFeatureInteractive(
& System.String^ FeatureType,
& System.int 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