Removes all CAD data except the outer surface from a loaded part or assembly document and saves the outer surface as a part.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SaveDeFeaturedFile( _
ByVal FileName As String _
) As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IModelDocExtension
Dim FileName As String
Dim value As Boolean
value = instance.SaveDeFeaturedFile(FileName)
|
C# | |
---|
bool SaveDeFeaturedFile(
string FileName
) |
C++/CLI | |
---|
bool SaveDeFeaturedFile(
& String^ FileName
) |
Parameters
- FileName
- Path and file name for the new, de-featured part
Return Value
True if method call is successful; false otherwise
Example
See Also
Availability
SolidWorks 2010 FCS, Revision Number 18.0