Gets or sets whether to extend the chamfer to all faces that are tangent to the selected faces or edges.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property TangentPropagation As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IChamferFeatureData2
Dim value As Boolean
instance.TangentPropagation = value
value = instance.TangentPropagation
|
C# | |
---|
bool TangentPropagation {get; set;} |
C++/CLI | |
---|
property bool TangentPropagation {
bool get();
void set (bool value);
} |
Return Value
True to propagate chamfer to tangent faces, false to not
See Also
Availability
SolidWorks 2005 FCS, Revision Number 13