Curve
|
The CurveCurveIntersector3d type exposes the following members.
| Name | Description | |
|---|---|---|
| CurveCurveIntersector3d | Default constructor for the CurveCurveIntersector3d class. Creates a default corresponding C++ object with intersection curves set to NULL, default tolerance and flag that indicates whether data is initialized is set to false. | |
| CurveCurveIntersector3d(Curve3d, Curve3d, Vector3d) | Constructor for the CurveCurveIntersector3d class. Creates an intersector with two passed curves. | |
| CurveCurveIntersector3d(Curve3d, Curve3d, Vector3d, Tolerance) | Constructor for the CurveCurveIntersector3d class. Creates an intersector with two passed curves and a geometric tolerance. | |
| CurveCurveIntersector3d(Curve3d, Curve3d, Interval, Interval, Vector3d) | Constructor for the CurveCurveIntersector3d class. Creates an intersector with two passed curves limited by the specified intervals. | |
| CurveCurveIntersector3d(Curve3d, Curve3d, Interval, Interval, Vector3d, Tolerance) | Constructor for the CurveCurveIntersector3d 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 | ||
| PlaneNormal | ||
| Tolerance | ||
| UnmanagedObject | (Inherited from DisposableWrapper) |
| Name | Description | |
|---|---|---|
| ChangeCurveOrder | Swaps the curve order of the intersector (makes the first curve the second and vice versa). | |
| Clone | Clones this entity and returns a handle to the cloned
entity. (Inherited from Entity3d) |
|
| 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 the 3D 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 PointOnCurve3d on the first curve. | |
| GetPointOnCurve2 | Gets the specified intersection point as PointOnCurve3d 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(Entity3d) | Checks whether this entity is equal to the specified
entity. (Inherited from Entity3d) |
|
| IsEqualTo(Entity3d, Tolerance) | Checks whether this entity is equal to the specified entity
within a geometric tolerance. (Inherited from Entity3d) |
|
| IsOn(Point3d) | Checks whether the specified point is on this entity. (Inherited from Entity3d) |
|
| IsOn(Point3d, Tolerance) | Checks whether the specified point is on this entity according
to a geometric tolerance. (Inherited from Entity3d) |
|
| 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 plane. (Inherited from Entity3d) |
|
| 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. | |
| OverlapCount | Gets the number of intervals of overlap for the two curves. | |
| OverlapDirection | Checks whether the curves are oriented in the same direction where they overlap. | |
| RotateBy | Rotates this entity by the specified angle about the axis
defined by the point and the vector. (Inherited from Entity3d) |
|
| ScaleBy | Scales this entity by the scale factor about the specified
point. (Inherited from Entity3d) |
|
| Set(Curve3d, Curve3d, Vector3d) | Sets the curves of this intersector. | |
| Set(Curve3d, Curve3d, Vector3d, Tolerance) | Sets the curves of this intersector according to a geometric tolerance. | |
| Set(Curve3d, Curve3d, Interval, Interval, Vector3d) | Sets the curves of this intersector limited by the specified ranges. | |
| Set(Curve3d, Curve3d, Interval, Interval, Vector3d, Tolerance) | Sets the curves of this intersector limited by the specified ranges. | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
|
| TransformBy | Applies the specified 2D transformation matrix to this
entity. (Inherited from Entity3d) |
|
| TranslateBy | Translates this entity by applying a 3D translation
vector. (Inherited from Entity3d) |
| © Bricsys NV. All rights reserved. |