Gets or sets whether to extend the 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 IVariableFilletFeatureData2
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 to extend fillet to all faces tangent to the selected face or edge, FALSE if not
Remarks
See Also
Availability
SolidWorks 2001Plus FCS, Revision Number 10.0