CurveCurveIntersector3d Class
 | 
Inheritance Hierarchy
 
Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
 
public sealed class CurveCurveIntersector3d : Entity3d
 
Public NotInheritable Class CurveCurveIntersector3d
        Inherits Entity3d
 
public ref class CurveCurveIntersector3d sealed : public Entity3d
 
[<SealedAttribute>]
type CurveCurveIntersector3d = 
    class
        inherit Entity3d
    end
 
 
 
 
The CurveCurveIntersector3d type
exposes the following members.
Constructors
 
|   | 
Name | 
Description | 
 
 | 
CurveCurveIntersector3d
 | 
Initializes a new instance of the CurveCurveIntersector3d class | 
 
 | 
CurveCurveIntersector3d(Curve3d,
Curve3d, Vector3d)
 | 
Initializes a new instance of the CurveCurveIntersector3d class | 
 
 | 
CurveCurveIntersector3d(Curve3d,
Curve3d, Vector3d, Tolerance)
 | 
Initializes a new instance of the CurveCurveIntersector3d class | 
 
 | 
CurveCurveIntersector3d(Curve3d,
Curve3d, Interval, Interval, Vector3d)
 | 
Initializes a new instance of the CurveCurveIntersector3d class | 
 
 | 
CurveCurveIntersector3d(Curve3d,
Curve3d, Interval, Interval, Vector3d, Tolerance)
 | 
Initializes a new instance of the CurveCurveIntersector3d class | 
Top
 
Properties
 
Methods
 
|   | 
Name | 
Description | 
 
 | 
ChangeCurveOrder
 | 
  | 
 
 | 
Clone
 | 
 
(Inherited from Entity3d) | 
  
 | 
Create
 | 
  | 
 
 | 
CreateObjRef
 | 
 
(Inherited from MarshalByRefObject) | 
 
 | 
Dispose
 | 
 
(Inherited from DisposableWrapper) | 
 
 | 
Equals
 | 
 
(Inherited from DisposableWrapper) | 
 
 | 
GetHashCode
 | 
 
(Inherited from DisposableWrapper) | 
 
 | 
GetIntersectionParameters
 | 
  | 
 
 | 
GetIntersectionPoint
 | 
  | 
 
 | 
GetIntersectionPointTolerance
 | 
  | 
 
 | 
GetIntersectionRanges
 | 
  | 
 
 | 
GetLifetimeService
 | 
 
(Inherited from MarshalByRefObject) | 
 
 | 
GetOverlapRanges
 | 
  | 
 
 | 
GetPointOnCurve1
 | 
  | 
 
 | 
GetPointOnCurve2
 | 
  | 
 
 | 
GetType
 | 
 
(Inherited from Object) | 
 
 | 
InitializeLifetimeService
 | 
 
(Inherited from MarshalByRefObject) | 
 
 | 
IsEqualTo(Entity3d)
 | 
 
(Inherited from Entity3d) | 
 
 | 
IsEqualTo(Entity3d,
Tolerance)
 | 
 
(Inherited from Entity3d) | 
 
 | 
IsOn(Point3d)
 | 
 
(Inherited from Entity3d) | 
 
 | 
IsOn(Point3d,
Tolerance)
 | 
 
(Inherited from Entity3d) | 
 
 | 
IsTangential
 | 
  | 
 
 | 
IsTransversal
 | 
  | 
 
 | 
Mirror
 | 
 
(Inherited from Entity3d) | 
 
 | 
OrderWithRegardsTo1
 | 
  | 
 
 | 
OrderWithRegardsTo2
 | 
  | 
 
 | 
OverlapCount
 | 
  | 
 
 | 
OverlapDirection
 | 
  | 
 
 | 
RotateBy
 | 
 
(Inherited from Entity3d) | 
 
 | 
ScaleBy
 | 
 
(Inherited from Entity3d) | 
 
 | 
Set(Curve3d,
Curve3d, Vector3d)
 | 
  | 
 
 | 
Set(Curve3d,
Curve3d, Vector3d, Tolerance)
 | 
  | 
 
 | 
Set(Curve3d,
Curve3d, Interval, Interval, Vector3d)
 | 
  | 
 
 | 
Set(Curve3d,
Curve3d, Interval, Interval, Vector3d, Tolerance)
 | 
  | 
 
 | 
ToString
 | 
 
(Inherited from Object) | 
 
 | 
TransformBy
 | 
 
(Inherited from Entity3d) | 
 
 | 
TranslateBy
 | 
 
(Inherited from Entity3d) | 
Top
 
See Also