NurbCurve3d Class

Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    Teigha.RuntimeDisposableWrapper
      Teigha.GeometryEntity3d
        Teigha.GeometryCurve3d
          Teigha.GeometrySplineEntity3d
            Teigha.GeometryNurbCurve3d

Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 26.3.0.0
Syntax
public sealed class NurbCurve3d : SplineEntity3d

The NurbCurve3d type exposes the following members.

Constructors
  Name Description
Public method NurbCurve3d Initializes a new instance of the NurbCurve3d class
Public method NurbCurve3d(EllipticalArc3d) Initializes a new instance of the NurbCurve3d class
Public method NurbCurve3d(LineSegment3d) Initializes a new instance of the NurbCurve3d class
Public method NurbCurve3d(Point3dCollection) Initializes a new instance of the NurbCurve3d class
Public method NurbCurve3d(Point3dCollection, Tolerance) Initializes a new instance of the NurbCurve3d class
Public method NurbCurve3d(Int32, PolylineCurve3d, Boolean) Initializes a new instance of the NurbCurve3d class
Public method NurbCurve3d(Point3dCollection, Vector3dCollection, Boolean) Initializes a new instance of the NurbCurve3d class
Public method NurbCurve3d(Int32, KnotCollection, Point3dCollection, Boolean) Initializes a new instance of the NurbCurve3d class
Public method NurbCurve3d(Point3dCollection, Vector3dCollection, Tolerance, Boolean) Initializes a new instance of the NurbCurve3d class
Public method NurbCurve3d(Int32, KnotCollection, Point3dCollection, DoubleCollection, Boolean) Initializes a new instance of the NurbCurve3d class
Public method NurbCurve3d(Point3dCollection, Vector3d, Vector3d, Boolean, Boolean) Initializes a new instance of the NurbCurve3d class
Public method NurbCurve3d(Point3dCollection, Vector3d, Vector3d, Boolean, Boolean, KnotParameterizationEnum) Initializes a new instance of the NurbCurve3d class
Public method NurbCurve3d(Point3dCollection, Vector3d, Vector3d, Boolean, Boolean, Tolerance) Initializes a new instance of the NurbCurve3d class
Public method NurbCurve3d(Point3dCollection, Vector3d, Vector3d, Boolean, Boolean, KnotParameterizationEnum, Tolerance) Initializes a new instance of the NurbCurve3d class
Top
Properties
  Name Description
Public property AutoDelete
(Inherited from DisposableWrapper)
Public property BoundBlock
(Inherited from Curve3d)
Public property DefinitionData  
Public property Degree
(Inherited from SplineEntity3d)
Public property EndParameter
(Inherited from SplineEntity3d)
Public property EndPoint
(Inherited from SplineEntity3d)
Public property EvalMode  
Public property FitData  
Public property FitKnotParameterization  
Public property FitTolerance  
Public property HasEndPoint
(Inherited from Curve3d)
Public property HasFitData
(Inherited from SplineEntity3d)
Public property HasStartPoint
(Inherited from Curve3d)
Public property IsDisposed
(Inherited from DisposableWrapper)
Public property IsRational
(Inherited from SplineEntity3d)
Public property Knots
(Inherited from SplineEntity3d)
Public property NumberOfControlPoints
(Inherited from SplineEntity3d)
Public property NumberOfKnots
(Inherited from SplineEntity3d)
Public property NumFitPoints  
Public property NumWeights  
Public property Order
(Inherited from SplineEntity3d)
Public property OrthoBoundBlock
(Inherited from Curve3d)
Public property StartParameter
(Inherited from SplineEntity3d)
Public property StartPoint
(Inherited from SplineEntity3d)
Public property UnmanagedObject
(Inherited from DisposableWrapper)
Top
Methods
  Name Description
Public method AddControlPointAt  
Public method AddFitPointAt  
Public method AddKnot  
Public method Clone
(Inherited from Entity3d)
Public method ControlPointAt
(Inherited from SplineEntity3d)
Public methodStatic member Create  
Public method CreateObjRef
(Inherited from MarshalByRefObject)
Public method DeleteControlPointAt  
Public method DeleteFitPointAt  
Public method Dispose
(Inherited from DisposableWrapper)
Public method ElevateDegree  
Public method Equals
(Inherited from DisposableWrapper)
Public method EvaluatePoint
(Inherited from Curve3d)
Public method Explode
(Inherited from Curve3d)
Public method GetArea(Double, Double)
(Inherited from Curve3d)
Public method GetArea(Double, Double, Tolerance)
(Inherited from Curve3d)
Public method GetBoundBlockOf
(Inherited from Curve3d)
Public method GetClosestPointTo(Curve3d)
(Inherited from Curve3d)
Public method GetClosestPointTo(Point3d)
(Inherited from Curve3d)
Public method GetClosestPointTo(Curve3d, Tolerance)
(Inherited from Curve3d)
Public method GetClosestPointTo(Point3d, Tolerance)
(Inherited from Curve3d)
Public method GetContinuityAtKnot(Int32)
(Inherited from SplineEntity3d)
Public method GetContinuityAtKnot(Int32, Tolerance)
(Inherited from SplineEntity3d)
Public method GetDistanceTo(Curve3d)
(Inherited from Curve3d)
Public method GetDistanceTo(Point3d)
(Inherited from Curve3d)
Public method GetDistanceTo(Curve3d, Tolerance)
(Inherited from Curve3d)
Public method GetDistanceTo(Point3d, Tolerance)
(Inherited from Curve3d)
Public method GetFitPointAt  
Public method GetFitTangents  
Public method GetHashCode
(Inherited from DisposableWrapper)
Public method GetInterval
(Inherited from Curve3d)
Public method GetLength
(Inherited from Curve3d)
Public method GetLifetimeService
(Inherited from MarshalByRefObject)
Public method GetNormalPoint(Point3d)
(Inherited from Curve3d)
Public method GetNormalPoint(Point3d, Tolerance)
(Inherited from Curve3d)
Public method GetOrthoBoundBlockOf
(Inherited from Curve3d)
Public method GetOrthoProjectEntity(Plane)
(Inherited from Curve3d)
Public method GetOrthoProjectEntity(Plane, Tolerance)
(Inherited from Curve3d)
Public method GetParameterAtLength
(Inherited from Curve3d)
Public method GetParameterOf(Point3d)
(Inherited from Curve3d)
Public method GetParameterOf(Point3d, Tolerance)
(Inherited from Curve3d)
Public method GetParametersOfC1Discontinuity  
Public method GetParametersOfC1Discontinuity(Tolerance)  
Public method GetParametersOfG1Discontinuity  
Public method GetParametersOfG1Discontinuity(Tolerance)  
Public method GetProjectedClosestPointTo(Curve3d, Vector3d)
(Inherited from Curve3d)
Public method GetProjectedClosestPointTo(Point3d, Vector3d)
(Inherited from Curve3d)
Public method GetProjectedClosestPointTo(Curve3d, Vector3d, Tolerance)
(Inherited from Curve3d)
Public method GetProjectedClosestPointTo(Point3d, Vector3d, Tolerance)
(Inherited from Curve3d)
Public method GetProjectedEntity(Plane, Vector3d)
(Inherited from Curve3d)
Public method GetProjectedEntity(Plane, Vector3d, Tolerance)
(Inherited from Curve3d)
Public method GetReverseParameterCurve
(Inherited from Curve3d)
Public method GetSamplePoints(Int32)
(Inherited from Curve3d)
Public method GetSamplePoints(Double, Double, Double)
(Inherited from Curve3d)
Public method GetSplitCurves
(Inherited from Curve3d)
Public method GetTrimmedOffset(Double, Vector3d, OffsetCurveExtensionType)
(Inherited from Curve3d)
Public method GetTrimmedOffset(Double, Vector3d, OffsetCurveExtensionType, Tolerance)
(Inherited from Curve3d)
Public method GetType
(Inherited from Object)
Public method GetWeightAt  
Public method HardTrimByParams  
Public method InitializeLifetimeService
(Inherited from MarshalByRefObject)
Public method InsertKnot  
Public method IsClosed
(Inherited from Curve3d)
Public method IsClosed(Tolerance)
(Inherited from Curve3d)
Public method IsCoplanarWith(Curve3d, Plane)
(Inherited from Curve3d)
Public method IsCoplanarWith(Curve3d, Plane, Tolerance)
(Inherited from Curve3d)
Public method IsDegenerate(Entity3d)
(Inherited from Curve3d)
Public method IsDegenerate(Entity3d, Tolerance)
(Inherited from Curve3d)
Public method IsEqualTo(Entity3d)
(Inherited from Entity3d)
Public method IsEqualTo(Entity3d, Tolerance)
(Inherited from Entity3d)
Public method IsLinear(Line3d)
(Inherited from Curve3d)
Public method IsLinear(Line3d, Tolerance)
(Inherited from Curve3d)
Public method IsOn(Double)
(Inherited from Curve3d)
Public method IsOn(Point3d)
(Inherited from Curve3d)
Public method IsOn(Double, Tolerance)
(Inherited from Curve3d)
Public method IsOn(Point3d, Double)
(Inherited from Curve3d)
Public method IsOn(Point3d, Tolerance)
(Inherited from Curve3d)
Public method IsOn(Point3d, Double, Tolerance)
(Inherited from Curve3d)
Public method IsPeriodic
(Inherited from Curve3d)
Public method IsPlanar(Plane)
(Inherited from Curve3d)
Public method IsPlanar(Plane, Tolerance)
(Inherited from Curve3d)
Public method JoinWith  
Public method KnotAt
(Inherited from SplineEntity3d)
Public method MakeClosed  
Public method MakeNonPeriodic  
Public method MakeOpen  
Public method MakePeriodic  
Public method MakeRational  
Public method Mirror
(Inherited from Entity3d)
Public method PurgeFitData  
Public method RotateBy
(Inherited from Entity3d)
Public method ScaleBy
(Inherited from Entity3d)
Public method SetControlPointAt
(Inherited from SplineEntity3d)
Public method SetEvaluateMode  
Public method SetFitData(Int32, Point3dCollection)  
Public method SetFitData(Int32, Point3dCollection, Tolerance)  
Public method SetFitData(Point3dCollection, Vector3d, Vector3d)  
Public method SetFitData(Point3dCollection, Vector3d, Vector3d, Tolerance)  
Public method SetFitData(KnotCollection, Point3dCollection, Vector3d, Vector3d, Boolean)  
Public method SetFitData(Point3dCollection, Vector3d, Vector3d, KnotParameterizationEnum, Tolerance)  
Public method SetFitData(KnotCollection, Point3dCollection, Vector3d, Vector3d, Tolerance, Boolean)  
Public method SetFitPointAt  
Public method SetFitTangents  
Public method SetInterval
(Inherited from Curve3d)
Public method SetKnotAt
(Inherited from SplineEntity3d)
Public method SetWeightAt  
Public method ToString
(Inherited from Object)
Public method TransformBy
(Inherited from Entity3d)
Public method TranslateBy
(Inherited from Entity3d)
Top
See Also

©  Bricsys NV. All rights reserved.