CurveCurveIntersector2d Class
|
Inheritance Hierarchy
Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
21.4.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,
Boolean)
|
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
|
Creates an object that contains all the
relevant information required to generate a proxy used to
communicate with a remote object.
(Inherited from MarshalByRefObject.) |
|
Dispose
|
(Inherited from DisposableWrapper.) |
|
Equals
|
(Inherited from DisposableWrapper.) |
|
GetHashCode
|
(Inherited from DisposableWrapper.) |
|
GetIntersectionParameters
|
|
|
GetIntersectionPoint
|
|
|
GetIntersectionPointTolerance
|
|
|
GetIntersectionRanges
|
|
|
GetLifetimeService
|
Retrieves the current lifetime service object
that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject.) |
|
GetOverlapRanges
|
|
|
GetPointOnCurve1
|
|
|
GetPointOnCurve2
|
|
|
GetType
|
Gets the Type of the current instance.
(Inherited from Object.) |
|
InitializeLifetimeService
|
Obtains a lifetime service object to control
the lifetime policy for this instance.
(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
|
Returns a string that represents the current
object.
(Inherited from Object.) |
|
TransformBy
|
(Inherited from Entity2d.) |
|
TranslateBy
|
(Inherited from Entity2d.) |
Top
See Also