Gets or sets the tangent radial direction, which controls the tangency direction by allowing modification of the spline's angle of inclination relative to x, y, or z axis.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property TangentRadialDirection As Double |
Visual Basic (Usage) | |
---|
Dim instance As ISplineHandle
Dim value As Double
instance.TangentRadialDirection = value
value = instance.TangentRadialDirection
|
C# | |
---|
double TangentRadialDirection {get; set;} |
C++/CLI | |
---|
property double TangentRadialDirection {
double get();
void set (double value);
} |
Return Value
Tangent radial direction
Example
See Also
Availability
SolidWorks 2007 FCS, Revision Number 15.0