NurbCurve3dSetFitData(KnotCollection,
Point3dCollection, Vector3d, Vector3d,
Boolean) Method
 | 
Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
 
public void SetFitData(
        KnotCollection fitKnots,
        Point3dCollection fitPoints,
        Vector3d startTangent,
        Vector3d endTangent,
        bool periodic
)
 
Public Sub SetFitData ( 
        fitKnots As KnotCollection,
        fitPoints As Point3dCollection,
        startTangent As Vector3d,
        endTangent As Vector3d,
        periodic As Boolean
)
 
public:
void SetFitData(
        KnotCollection^ fitKnots, 
        Point3dCollection^ fitPoints, 
        Vector3d startTangent, 
        Vector3d endTangent, 
        bool periodic
)
 
member SetFitData : 
        fitKnots : KnotCollection * 
        fitPoints : Point3dCollection * 
        startTangent : Vector3d * 
        endTangent : Vector3d * 
        periodic : bool -> unit 
 
 
 
Parameters
- fitKnots  KnotCollection
 
-  
 
- fitPoints  Point3dCollection
 
-  
 
- startTangent  Vector3d
 
-  
 
- endTangent  Vector3d
 
-  
 
- periodic  Boolean
 
-  
 
 
See Also