FitData Structure

This class represents data that is returned with Spline.getFitData() method. If the spline has fit data, then this class contains all the fit points (in WCS coordinates), fit tolerance, and, if tangents exist, the start and end tangents of the spline.
Inheritance Hierarchy
SystemObject
  SystemValueType
    Teigha.DatabaseServicesFitData

Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 26.9.0.0
Syntax
public struct FitData

The FitData type exposes the following members.

Properties
  Name Description
Public property Degree Property that represents the spline degree.
Public property EndTangent Property that represents the end tangent vector.
Public property FitTolerance Property that represents the fit tolerance value.
Public property KnotParam Property that represents the knot parameterization of the fit data.
Public property StartTangent Property that represents the start tangent vector.
Public property TangentsExist Property that indicates whether the tangents exist at the endpoints.
Top
Methods
  Name Description
Public method Equals Checks objects for equality.
(Overrides ValueTypeEquals(Object))
Public method GetFitPoints  
Public method GetHashCode Retrieves the object hash code.
(Overrides ValueTypeGetHashCode)
Public method GetType
(Inherited from Object)
Public method IsEqualTo(FitData) Checks whether the passed object is equal to this object within global tolerance.
Public method IsEqualTo(FitData, Tolerance) Checks whether the passed object is equal to this object within the specified tolerance.
Public method ToString
(Inherited from ValueType)
Top
Operators
  Name Description
Public operatorStatic member Equality(FitData, FitData) Equality operator for the FitData class. Checks whether objects are equal.
Public operatorStatic member Inequality(FitData, FitData) Inequality operator for the FitData class. Checks whether objects are not equal.
Top
See Also

©  Bricsys NV. All rights reserved.