NurbCurve2dFitData Structure

This structure stores the data returned by the NurbCurve2d.FitData property.
Inheritance Hierarchy
SystemObject
  SystemValueType
    Teigha.GeometryNurbCurve2dFitData

Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 26.9.0.0
Syntax
public struct NurbCurve2dFitData

The NurbCurve2dFitData type exposes the following members.

Properties
  Name Description
Public property Degree Property that represents curve degree.
Public property EndTangent Property that represents end tangent of a curve.
Public property FitPoints Property that represents fit points of a curve.
Public property FitTolerance Property that represents tolerance for fit data.
Public property KnotParam Property that represents parameterization of knots.
Public property StartTangent Property that represents start tangent of a curve.
Public property TangentsExist Property that indicates whether tangents exist.
Top
Methods
  Name Description
Public method Equals Checks objects for equality.
(Overrides ValueTypeEquals(Object))
Public method GetHashCode Retrieves the object hash code.
(Overrides ValueTypeGetHashCode)
Public method GetType
(Inherited from Object)
Public method IsEqualTo Checks whether this NURBS curve fit data is equal to the passed NURBS curve fit data.
Public method ToString
(Inherited from ValueType)
Top
Operators
  Name Description
Public operatorStatic member Equality(NurbCurve2dFitData, NurbCurve2dFitData) Equality operator for the NurbCurve2dFitData structure. Checks whether curve data is equal.
Public operatorStatic member Inequality(NurbCurve2dFitData, NurbCurve2dFitData) Inequality operator for the NurbCurve2dFitData structure. Checks whether curve data is not equal.
Top
See Also

©  Bricsys NV. All rights reserved.