|
C3D Toolkit
Kernel - 118057, Vision - 2.14.7.1821
|
Results of the surface intersection curve creation. More...
#include <op_curve_parameter.h>
Collaboration diagram for MbIntCurveResults:Public Member Functions | |
| MbIntCurveResults () | |
| Constructor. | |
| MbCurve * | SetCurve (const MbSurface &surf, size_t edgeIndex=0) |
| Get the 2d-curve from the wire frame's edge with the specified number on the given surface. More... | |
| void | Reset () |
| Reset the data. | |
Public Attributes | |
| SPtr< MbCurve > | _curve1 |
| The curve on the first surface. | |
| SPtr< MbCurve > | _curve2 |
| The curve on the second surface. | |
| SPtr< MbWireFrame > | _wireFrame |
| The frame with the constructed curves. | |
| MbeCurveBuildType | _label |
| The type of the resulting intersection curve. | |
Results of the surface intersection curve creation.
Results of the surface intersection curve creation.
Get the 2d-curve from the wire frame's edge with the specified number on the given surface.
| [in] | surf | - Pointer to the surface on which the curve is located |
| [in] | edgeIndex | - The number of the edge inside wire frame from which the curve is taken. |