Gets whether the simple fillet feature is not applied to the attachment edges of the feature.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property OmitAttachedEdges As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ISimpleFilletFeatureData2
Dim value As Boolean
instance.OmitAttachedEdges = value
value = instance.OmitAttachedEdges
|
C# | |
---|
bool OmitAttachedEdges {get; set;} |
C++/CLI | |
---|
property bool OmitAttachedEdges {
bool get();
void set (bool value);
} |
Return Value
True if fillet is not applied to the attachment edges, false if it is
See Also
Availability
SolidWorks 2004 FCS, Revision Number 12.0