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: 24.2.0.0
Syntax
public struct NurbCurve2dData

The NurbCurve2dData type exposes the following members.

Properties
  Name Description
Public property ControlPoints  
Public property Degree  
Public property Knots  
Public property Periodic  
Public property Rational  
Public property Weights  
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 Gets the Type of the current instance.
(Inherited from Object)
Public method IsEqualTo Checks whether this NURBS curve data is equal to the passed NURBS curve data.
Public method ToString Returns the fully qualified type name of this instance.
(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.