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 System.String _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IModelDocExtension
Dim FileName As System.String
Dim value As System.Boolean
value = instance.SaveDeFeaturedFile(FileName) |
C# | |
---|
System.bool SaveDeFeaturedFile(
System.string FileName
) |
C++/CLI | |
---|
System.bool SaveDeFeaturedFile(
& System.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