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 | Property that indicates whether the object should be
automatically deleted by the Garbage Collector. (Inherited from DisposableWrapper) |
|
| Curve1 | Property that represents the first curve of the intersection. | |
| Curve2 | Property that represents the second curve of the intersection. | |
| IsDisposed | Property that indicates whether pointer to native code
unmanaged object == IntPtr::Zero. (Inherited from DisposableWrapper) |
|
| NumberOfIntersectionPoints | Property that represents number of intersections between the curves. | |
| OverlapCount | Property that represents the number of intervals of overlap for the two curves. | |
| OverlapDirection | Property that indicates whether the curves are oriented in the same direction where they overlap. | |
| Tolerance | Property that represents the tolerance for determining intersections. | |
| UnmanagedObject | Property that represents a pointer to an unmanaged
object. (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 | (Inherited from MarshalByRefObject) |
|
| Dispose | (Inherited from DisposableWrapper) |
|
| Equals | Checks objects for equality. (Inherited from DisposableWrapper) |
|
| GetHashCode | Retrieves the object hash code. (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 | (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 | (Inherited from Object) |
|
| InitializeLifetimeService | (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 | (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. |