Curve
|
The CurveCurveIntersector2d type exposes the following members.
| Name | Description | |
|---|---|---|
| CurveCurveIntersector2d | Default constructor for the CurveCurveIntersector2d class. Creates a default corresponding C++ object with intersection curves set to NULL, default tolerance, and the flag that indicates whether data is initialized is set to false. | |
| CurveCurveIntersector2d(IntPtr) | Constructor for the CurveCurveIntersector2d class. Creates an object based on the passed pointer. | |
| CurveCurveIntersector2d(Curve2d, Curve2d) | Constructor for the CurveCurveIntersector2d class. Creates an intersector with two passed curves. | |
| CurveCurveIntersector2d(Curve2d, Curve2d, Tolerance) | Constructor for the CurveCurveIntersector2d class. Creates an intersector with two passed curves and geometric tolerance. | |
| CurveCurveIntersector2d(Curve2d, Curve2d, Interval, Interval) | Constructor for the CurveCurveIntersector2d class. Creates an intersector with two passed curves limited by the specified intervals. | |
| CurveCurveIntersector2d(Curve2d, Curve2d, Interval, Interval, Tolerance) | Constructor for the CurveCurveIntersector2d class. Creates an intersector with two passed curves limited by the specified intervals. |
| Name | Description | |
|---|---|---|
| AutoDelete | (Inherited from DisposableWrapper) |
|
| Curve1 | ||
| Curve2 | ||
| IsDisposed | (Inherited from DisposableWrapper) |
|
| NumberOfIntersectionPoints | ||
| OverlapCount | ||
| OverlapDirection | ||
| Tolerance | ||
| UnmanagedObject | (Inherited from DisposableWrapper) |
| Name | Description | |
|---|---|---|
| ChangeCurveOrder | Swaps the curve order of the intersector (makes first curve the second and vice versa). | |
| Clone | Clones this entity and returns a handle to the cloned
entity. (Inherited from Entity2d) |
|
| Create | Creates an object based on the passed pointer and returns a handle to the created object. | |
| 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 | Returns intersection parameters of two intersection curves at the specified point of intersection. | |
| GetIntersectionPoint | Returns a 2D point at the specified number of intersection point. | |
| GetIntersectionPointTolerance | Returns the geometric tolerance used to compute the specified intersection point. | |
| GetIntersectionRanges | Gets the intersection ranges of two curves. | |
| GetLifetimeService | Retrieves the current lifetime service object that controls the
lifetime policy for this instance. (Inherited from MarshalByRefObject) |
|
| GetOverlapRanges | Gets the overlap ranges of two curves at the specified overlap index. | |
| GetPointOnCurve1 | Gets the specified intersection point as PointOnCurve2d on the first curve. | |
| GetPointOnCurve2 | Gets the specified intersection point as PointOnCurve2d on the second curve. | |
| 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) | Checks whether this entity is equal to the specified
entity. (Inherited from Entity2d) |
|
| IsEqualTo(Entity2d, Tolerance) | Checks whether this entity is equal to the specified entity
within a geometric tolerance. (Inherited from Entity2d) |
|
| IsOn(Point2d) | Checks whether the specified point is on this entity. (Inherited from Entity2d) |
|
| IsOn(Point2d, Tolerance) | Checks whether the specified point is on this entity according
to a geometric tolerance. (Inherited from Entity2d) |
|
| IsTangential | Checks whether the curves are tangent at the specified intersection point. | |
| IsTransversal | Checks whether the curves are transversal (crossed) at the specified intersection point. | |
| Mirror | Mirrors this entity about the specified 2D line. (Inherited from Entity2d) |
|
| OrderWithRegardsTo1 | Sorts the intersection points so they correspond to increasing parameter values of the first curve. | |
| OrderWithRegardsTo2 | Sorts the intersection points so they correspond to increasing parameter values of the second curve. | |
| RotateBy | Rotates this entity about the specified point by the specified
angle. (Inherited from Entity2d) |
|
| ScaleBy | Scales this entity by the specified scale factor about the
specified point. (Inherited from Entity2d) |
|
| Set(Curve2d, Curve2d) | Sets curves of this intersector. | |
| Set(Curve2d, Curve2d, Tolerance) | Sets curves of this intersector according to a geometric tolerance. | |
| Set(Curve2d, Curve2d, Interval, Interval) | Sets curves limited by the specified ranges for this intersector. | |
| Set(Curve2d, Curve2d, Interval, Interval, Tolerance) | Sets curves limited by the specified ranges for this intersector. | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
|
| TransformBy | Applies the specified 2D transformation matrix to this
entity. (Inherited from Entity2d) |
|
| TranslateBy | Translates this entity by applying a 2D translation
vector. (Inherited from Entity2d) |
| © Bricsys NV. All rights reserved. |