Enables or disables spline control using tangent magnitude,
tangent radial direction, and
tangent polar direction.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property TangentDriving As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ISplineHandle
Dim value As Boolean
instance.TangentDriving = value
value = instance.TangentDriving
|
C# | |
---|
bool TangentDriving {get; set;} |
C++/CLI | |
---|
property bool TangentDriving {
bool get();
void set (bool value);
} |
Return Value
True to enable spline control using tangent magnitude and tangent radial, false to not
Example
See Also
Availability
SolidWorks 2007 FCS, Revision Number 15.0