CurveCurveIntersector3d Class
|
Inheritance Hierarchy
Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
21.4.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
|
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(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
|
Returns a string that represents the current
object.
(Inherited from Object.) |
|
TransformBy
|
(Inherited from Entity3d.) |
|
TranslateBy
|
(Inherited from Entity3d.) |
Top
See Also