NurbCurve2dData Structure

This structure stores the data that defines a NurbCurve2d object.
Inheritance Hierarchy
SystemObject
  SystemValueType
    Teigha.GeometryNurbCurve2dData

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

The NurbCurve2dData type exposes the following members.

Properties
  Name Description
Public property ControlPoints Property that represents control points of a curve.
Public property Degree Property that represents degree of a curve.
Public property Knots Property that represents a collections of knots.
Public property Periodic Property that indicates whether the spline is periodic.
Public property Rational Property that indicates whether the spline is rational.
Public property Weights Property that represents a collections of weight values.
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 data is equal to the passed NURBS curve data.
Public method ToString
(Inherited from ValueType)
Top
Operators
  Name Description
Public operatorStatic member Equality(NurbCurve2dData, NurbCurve2dData) Equality operator for the NurbCurve2dData structure. Checks whether curve data is equal.
Public operatorStatic member Inequality(NurbCurve2dData, NurbCurve2dData) Inequality operator for the NurbCurve2dData structure. Checks whether curve data is not equal.
Top
See Also

©  Bricsys NV. All rights reserved.