Adds a curve to the pre-selected face for a Freeform feature.  
             
            
.NET Syntax
| Visual Basic (Usage) |  | 
|---|
| Dim instance As IFeatureManager
Dim Direction As System.Short
Dim CurveParameter As System.Double
Dim Tangent0X As System.Double
Dim Tangent0Y As System.Double
Dim Tangent0Z As System.Double
Dim Tangent1X As System.Double
Dim Tangent1Y As System.Double
Dim Tangent1Z As System.Double
 
instance.SetFreeformCurveData(Direction, CurveParameter, Tangent0X, Tangent0Y, Tangent0Z, Tangent1X, Tangent1Y, Tangent1Z) | 
Parameters
- Direction
- Direction of the curve; valid values are either 0 or 1 
- CurveParameter
- Where on the face to add the curve; valid values are between 0 and 1 
- Tangent0X
- Tangent vector at one end of curve
- Tangent0Y
- Tangent vector at one end of curve
- Tangent0Z
- Tangent vector at one end of curve
- Tangent1X
- Tangent vector at other end of curve
- Tangent1Y
- Tangent vector at other end of curve
- Tangent1Z
- Tangent vector at other end of curve
  
             
             
             
             
            
            Remarks
 
            
            See Also
 
            Availability
SOLIDWORKS 2007 FCS, Revision Number 15.0