Gets or sets whether to extend fillet to all faces tangent to the selected face or edge.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property PropagateToTangentFaces As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ISimpleFilletFeatureData2
Dim value As Boolean
instance.PropagateToTangentFaces = value
value = instance.PropagateToTangentFaces
|
C# | |
---|
bool PropagateToTangentFaces {get; set;} |
C++/CLI | |
---|
property bool PropagateToTangentFaces {
bool get();
void set (bool value);
} |
Return Value
True if simple fillet feature should extend fillet to all faces tangent to the selected face or edge, false if not
See Also
Availability
SolidWorks 2001Plus FCS, Revision Number 10.0