CurveCurveIntersector2d Class
|
Inheritance Hierarchy
Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public sealed class CurveCurveIntersector2d : Entity2d
Public NotInheritable Class CurveCurveIntersector2d
Inherits Entity2d
public ref class CurveCurveIntersector2d sealed : public Entity2d
[<SealedAttribute>]
type CurveCurveIntersector2d =
class
inherit Entity2d
end
The CurveCurveIntersector2d type
exposes the following members.
Constructors
| |
Name |
Description |
|
CurveCurveIntersector2d
|
Initializes a new instance of the CurveCurveIntersector2d class |
|
CurveCurveIntersector2d(IntPtr)
|
Initializes a new instance of the CurveCurveIntersector2d class |
|
CurveCurveIntersector2d(Curve2d,
Curve2d)
|
Initializes a new instance of the CurveCurveIntersector2d class |
|
CurveCurveIntersector2d(Curve2d,
Curve2d, Tolerance)
|
Initializes a new instance of the CurveCurveIntersector2d class |
|
CurveCurveIntersector2d(Curve2d,
Curve2d, Interval, Interval)
|
Initializes a new instance of the CurveCurveIntersector2d class |
|
CurveCurveIntersector2d(Curve2d,
Curve2d, Interval, Interval, Tolerance)
|
Initializes a new instance of the CurveCurveIntersector2d class |
Top
Properties
Methods
| |
Name |
Description |
|
ChangeCurveOrder
|
|
|
Clone
|
(Inherited from Entity2d) |

|
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(Entity2d)
|
(Inherited from Entity2d) |
|
IsEqualTo(Entity2d,
Tolerance)
|
(Inherited from Entity2d) |
|
IsOn(Point2d)
|
(Inherited from Entity2d) |
|
IsOn(Point2d,
Tolerance)
|
(Inherited from Entity2d) |
|
IsTangential
|
|
|
IsTransversal
|
|
|
Mirror
|
(Inherited from Entity2d) |
|
OrderWithRegardsTo1
|
|
|
OrderWithRegardsTo2
|
|
|
RotateBy
|
(Inherited from Entity2d) |
|
ScaleBy
|
(Inherited from Entity2d) |
|
Set(Curve2d,
Curve2d)
|
|
|
Set(Curve2d,
Curve2d, Tolerance)
|
|
|
Set(Curve2d,
Curve2d, Interval, Interval)
|
|
|
Set(Curve2d,
Curve2d, Interval, Interval, Tolerance)
|
|
|
ToString
|
(Inherited from Object) |
|
TransformBy
|
(Inherited from Entity2d) |
|
TranslateBy
|
(Inherited from Entity2d) |
Top
See Also