Gets or sets the
Trim surfaces option for surface face fillets.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property TrimAndAttachSurfaces As Integer |
Visual Basic (Usage) | |
---|
Dim instance As ISimpleFilletFeatureData2
Dim value As Integer
instance.TrimAndAttachSurfaces = value
value = instance.TrimAndAttachSurfaces
|
C# | |
---|
int TrimAndAttachSurfaces {get; set;} |
C++/CLI | |
---|
property int TrimAndAttachSurfaces {
int get();
void set (int value);
} |
Return Value
- 0 = Trim and attach (trims the filleted face and knits the surfaces into one surface body)
1 = Don't trim or attach (adds a new fillet surface, but does not trim the faces or knit the surfaces)
-1 = Not applicable
See Also
Availability
SolidWorks 2008 FCS, Revision Number 16.0