MIL_ID OperationDraw3dContext3dmetId, | //in |
MIL_ID SrcResult3dmetId, | //in |
MIL_ID DstList3dgraId, | //in |
MIL_INT64 DstParentLabel, | //in |
MIL_INT64 ControlFlag | //in |
This function draws the fitted geometry, defined in the specified fit 3D metrology result buffer, into a 3D graphics list.
Note that, this function will draw a 3D plane geometry clipped to the limits of the points that were used to fit the plane, unlike M3dgeoDraw3d() which clips the 3D graphic using the 3D graphics list's clipping box.
Specifies the identifier of the fit 3D metrology result buffer. If the fit 3D metrology result buffer has not already been successfully fitted, an error will be generated.
Specifies the identifier of the 3D graphics list in which to draw. The 3D graphics list must have been previously allocated using M3dgraAlloc().
Specifies the label of the 3D graphic in the 3D graphics list to use as the geometry's parent.
For specifying the parent label
|
|||||||||||||||||||||||||||||||||||||||
Value | Description | ||||||||||||||||||||||||||||||||||||||
M_DEFAULT |
Same as M_ROOT_NODE. |
||||||||||||||||||||||||||||||||||||||
M_ROOT_NODE |
Specifies the top-most node of the 3D graphics list. |
||||||||||||||||||||||||||||||||||||||
Value >= 0 |
Specifies the label of the 3D graphic in the 3D graphics list. |
Header | Include mil.h. |
Library | Use mil.lib; mil3dmet.lib. |
DLL | Requires mil.dll; mil3dmet.dll. |