Click here to show toolbars of the Web Online Help System: show toolbars |
MIL_ID ContextOrResult3dmapId, | //in |
MIL_INT LabelOrIndex, | //in |
MIL_INT64 ControlType, | //in |
MIL_DOUBLE ControlValue | //in |
This function allows you to control a specified setting of a 3D reconstruction context or a 3D reconstruction result buffer.
Specifies the identifier of the 3D reconstruction context or the result buffer to control.
Specifies the point cloud(s) in the specified 3D reconstruction result buffer, or the entire result buffer itself, to control. Only 3D reconstruction result buffers allocated using M_POINT_CLOUD_CONTAINER have point clouds that can be specified using this parameter. For all other types of 3D reconstruction contexts and result buffers, set this parameter to M_DEFAULT.
![]() |
|||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Description | ||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the array index of a point cloud in the specified 3D reconstruction result buffer. |
||||||||||||||||||||||||||||||||||||||
Parameters | |||||||||||||||||||||||||||||||||||||||
Specifies the index of an existing point cloud. |
|||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the label for a point cloud in the specified 3D reconstruction result buffer. |
||||||||||||||||||||||||||||||||||||||
Parameters | |||||||||||||||||||||||||||||||||||||||
Specifies the label of an existing point cloud. |
|||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies to apply the control to all point clouds in the specified 3D reconstruction result buffer. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies to control the specified 3D reconstruction result buffer (point cloud container) allocated using M_POINT_CLOUD_CONTAINER. |
Specifies the type of setting to control.
See the Parameter associations section for possible values that can be specified.
Specifies the required value for the setting.
See the Parameter associations section for possible values that can be specified.
The tables below list possible values for the ControlType and ControlValue parameters.
The following ControlType and corresponding ControlValue settings are available for any kind of 3D reconstruction context:
![]() |
|||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Description | ||||||||||||||||||||||||||||||||||||||
ControlValue | |||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the Z-coordinate in world units (for point clouds) or gray level (for partially corrected depth maps) used to represent the height of the next reference plane (the next call to M3dmapAddScan()), during 3D reconstruction calibration for depth. INQ |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the default value; the default value is 0. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the gray level that will be used to represent the height of the next reference plane, when M3dmapAlloc() is set to M_DEPTH_CORRECTION. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the gray level that will be used to represent the height of the next reference plane, when M3dmapAlloc() is set to M_DEPTH_CORRECTION. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the Z-coordinate (in world units) of the next reference plane. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Sets the number of binary digits used for the fractional part of the gray level values in uncorrected depth maps, when using M3dmapAddScan() with M_LINE_ALREADY_EXTRACTED. INQ |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the default value; the default value is 0. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the number of binary digits used for the fractional part of gray level values. |
The following ControlType and ControlValue settings are available only for a 3D reconstruction context in M_CALIBRATED_CAMERA_LINEAR_MOTION 3D reconstruction mode:
![]() |
|||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Description | ||||||||||||||||||||||||||||||||||||||
ControlValue | |||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Sets the X-offset that M3dmapAddScan() assumes the laser line image buffer to have relative to the top-left pixel of the image buffer used during camera calibration. INQ |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the default value; the default value is 0. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the X-offset, in pixels. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Sets the Y-offset that M3dmapAddScan() assumes the laser line image buffer to have relative to the top-left pixel of the image buffer used during camera calibration. INQ |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the default value; the default value is 0. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the Y-offset, in pixels. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Sets the mode that helps determine the range of valid Z-coordinates for extracted points when using M3dmapAddScan(). INQ |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies that the Z-axis range is defined by a lower limit corresponding to M_EXTRACTION_RANGE_Z_LIMIT1. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies that the Z-axis range is defined by the inside range of a lower limit and a upper limit corresponding to M_EXTRACTION_RANGE_Z_LIMIT1 and M_EXTRACTION_RANGE_Z_LIMIT2. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies that the range covers the entire Z-axis, so all points are kept. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies that the Z-axis range is defined by a upper limit corresponding to M_EXTRACTION_RANGE_Z_LIMIT1. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies that the Z-axis range is defined by the outside range of a lower limit and a upper limit corresponding to M_EXTRACTION_RANGE_Z_LIMIT1 and M_EXTRACTION_RANGE_Z_LIMIT2. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Sets the first limit value that determines the range of valid Z-coordinates for extracted points. INQ |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the first limit value, which can be either the lower limit or upper limit. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Sets the second limit value that determines the range of valid Z-coordinates for extracted points. INQ |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the second limit value, which can be either the lower limit or upper limit. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Sets the speed and direction of the object being scanned, along the object's plane of motion. INQ |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the default value; the default value is 1.0. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the speed, in world units per frame. |
The following ControlType and ControlValue settings are available only for a pairwise 3D alignment context allocated using M3dmapAlloc() with M_PAIRWISE_ALIGNMENT_CONTEXT:
![]() |
|||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Description | ||||||||||||||||||||||||||||||||||||||
ControlValue | |||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the stop condition for the pairwise 3D alignment iterative process that tests the percentile change of the RMS error of successive iterations. INQ |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the default value; the default value is 0.1. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the RMS relative threshold. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the stop condition for the pairwise 3D alignment iterative process that tests the RMS error of successive iterations. INQ |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the default value; the default value is 0.0. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the RMS threshold. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the decimation level applied to the model point cloud during the pairwise 3D alignment process. INQ |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the default value; the default value is 1. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the decimation level. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the decimation level applied to the scene point cloud during the pairwise 3D alignment process. INQ |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the default value; the default value is 1. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the decimation level. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the technique that the alignment algorithm uses to minimize the RMS error. INQ |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies that the technique minimizes the distance between the points in one point cloud and the surface of the tangent planes of the other point cloud. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies that the technique minimizes the Euclidean distance between the points in the model and scene point clouds, with no special consideration to the normals to the surface of the point clouds. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies whether to use the model point cloud's extraction box to limit the points used during pairwise 3D alignment. INQ |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies to ignore the extraction box and use all points in the model point cloud. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies to use the model point cloud's extraction box to limit the points used during pairwise 3D alignment. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies whether to use the scene point cloud's extraction box to limit the points used during pairwise 3D alignment. INQ |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies to ignore the extraction box and use all points in the scene point cloud. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies to use the scene point cloud's extraction box to limit the points used during pairwise 3D alignment. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the stop condition for the pairwise 3D alignment iterative process that tests the total number of iterations performed. INQ |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the default value; the default value is 20. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the maximum number of iterations. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the percentage of model points paired with scene points during each iteration of the alignment process. INQ |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the default value; the default value is 80.0. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the percentage of points in the model point cloud that are paired with points in the scene point cloud during each iteration. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies how to perform the prealignment step. INQ |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies to automatically align the centroids (center of mass) of the two point clouds. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies that the prealignment iteration performs the transformation defined by the prealignment transformation matrix passed to M3dmapAlign(). |
You must add one of the following values to the above-mentioned value to specify whether to use the normals of the model or scene point cloud.
![]() |
|||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Description | ||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies to measure the distance between the tangent planes of the surface of the model point cloud (calculated from the model normals) and the points of the scene point cloud. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies to measure the distance between the tangent planes of the surface of the scene point cloud (calculated from the scene normals) and the points of the model point cloud. |
The following ControlType and ControlValue settings are available only for a 3D reconstruction result buffer set to M_POINT_CLOUD_CONTAINER, M_DEPTH_CORRECTED_DATA, or M_LASER_CALIBRATION_DATA:
![]() |
|||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Description | ||||||||||||||||||||||||||||||||||||||
ControlValue | |||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Sets the mode in which to fill gaps (missing data points) in depth maps obtained using M3dmapExtract(). INQ |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Same as M_DISABLE. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies not to fill gaps (missing data points). |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies that each depth map row is analyzed so that missing data points in each row are filled, and then each column is analyzed to fill the remaining missing data points. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies that each depth map column is analyzed so that missing data points in each column are filled, and then each row is analyzed to fill the remaining missing data points. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Sets which boundary to use to fill sharp elevation gaps in depth maps obtained using M3dmapExtract(). INQ |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Same as M_DISABLE. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies not to fill sharp elevation gaps. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies that the destination pixel will be set to the maximum value of the two pixels on either side of the gap. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies that the destination pixel will be set to the minimum value of the two pixels on either side of the gap. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Sets the threshold used to differentiate between gradual elevation gaps and sharp elevation gaps in the depth map. INQ |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Same as M_INFINITE. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies that the threshold is infinite. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the threshold, in world units specified using M_GRAY_LEVEL_SIZE_Z. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Sets the maximum X-size of gaps that will be filled when you call M3dmapExtract(). INQ |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Same as M_INFINITE. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies no maximum in the X-direction. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the maximum X-size. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Sets the maximum Y-size of gaps that will be filled when you call M3dmapExtract(). INQ |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Same as M_INFINITE. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies no maximum in the Y-direction. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the maximum Y-size. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Sets the maximum number of scanned laser lines that the result buffer should keep internally. INQ |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the default value; the default value is 1024. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the maximum number of scanned laser lines to keep. |
The following controls apply to M_POINT_CLOUD_CONTAINER 3D reconstruction result buffers, when LabelOrIndex is set to M_GENERAL.
![]() |
|||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Description | ||||||||||||||||||||||||||||||||||||||
ControlValue | |||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Sets how to adjust the X and Y pixel sizes in M3dmapExtract() when M_EXTRACTION_SCALE_MODE is set to M_AUTO_SCALE. INQ |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the default value; the default value is 1.0. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies that pixel sizes are chosen independently so that the extraction box fits exactly inside the depth map image buffer. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies to choose pixel sizes such that M_PIXEL_SIZE_X / M_PIXEL_SIZE_Y equals the given aspect ratio. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Sets how to adjust the X and Y pixel sizes in M3dmapExtract() when M_EXTRACTION_SCALE_MODE is set to M_AUTO_SCALE and M_AUTO_SCALE_ASPECT_RATIO is not set to M_UNCONSTRAINED. INQ |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Same as M_FIT. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies pixel sizes such that all depth map pixels are inside the extraction box. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies pixel sizes such that the extraction box fits completely inside the depth map. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Sets the sign of the Z scale in M3dmapExtract() when M_EXTRACTION_SCALE_MODE is set to M_AUTO_SCALE. INQ |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Same as M_NEGATIVE. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies a negative value for M_GRAY_LEVEL_SIZE_Z. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies a positive value for M_GRAY_LEVEL_SIZE_Z. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Sets the algorithm to use when calling M3dmapSetBox() with M_BOUNDING_BOX. INQ |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Same as M_ALL_POINTS. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies to compute the axis-aligned bounding box, which contains all the points. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies to compute an axis-aligned box that contains most of the points, but rejects outliers. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Sets the maximum ratio of the container points whose X coordinates can be considered outliers. INQ |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the default value; the default value is 0.002. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the ratio. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Sets the maximum ratio of the container points whose Y coordinates can be considered outliers. INQ |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the default value; the default value is 0.002. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the ratio. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Sets the maximum ratio of the container points whose Z coordinates can be considered outliers. INQ |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the default value; the default value is 0.01. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the ratio. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Sets whether to accumulate points in the destination image with successive calls to M3dmapExtract() or to assume that all points are extracted in a single call. INQ |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Same as M_DISABLE. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies to clear the image buffer before data is extracted for each call to M3dmapExtract(). |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies to accumulate data with each successive call to M3dmapExtract() without clearing the image buffer. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Sets how to determine the gray level of a depth map pixel that corresponds to more than one 3D point. INQ |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Same as M_OVERWRITE. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies to use the largest gray level of all the 3D points projected on a single depth map pixel. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies to use the smallest gray level of all the 3D points projected on a single depth map pixel. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies to use the last gray level of all the 3D points projected on a single depth map pixel. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Sets how to determine a pixel's gray value when the point it represents cannot be represented by a gray value. INQ |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Same as M_DISABLE. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies to disable saturation. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies to enable saturation. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Sets how the scales of the X-, Y-, and Z-axes are selected before generating the depth map image. INQ |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Same as M_AUTO_SCALE. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies to automatically determine the scales during M3dmapExtract() so that the current extraction box fits the destination image buffer. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies to use the scales stored in the depth map, previously set with an earlier call to M3dmapExtract(), or using McalUniform() and McalControl(). |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies to use the values of M_PIXEL_SIZE_X, M_PIXEL_SIZE_Y, and M_GRAY_LEVEL_SIZE_Z. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Sets the length of one gray level, in the Z-direction. INQ |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the default value; the default value is 1.0. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the length of one gray level, in world units. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the length of one gray level, in world units. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Sets the length, in world units, of one pixel, in the X-direction. INQ |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the default value; the default value is 1.0. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the length of one pixel, in world units. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Sets the length, in world units, of one pixel, in the Y-direction. INQ |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the default value; the default value is 1.0. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the length of one pixel, in world units. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Sets the displacement mode, which determines whether the coordinates of scanned objects include the movement (displacement) of the conveyor. INQ |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Same as M_FIXED. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies that the results include the ongoing Y-axis displacement. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies that the results do not include the ongoing Y-axis displacement. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Sets the Y-axis displacement to add to the resulting 3D coordinates of an object when M_RESULTS_DISPLACEMENT_MODE is set to M_FIXED. INQ |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the default value; the default value is 0.0. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the Y-axis displacement. |
void M3dmapControlInt64
(MIL_ID
ContextOrResult3dmapId, MIL_INT LabelOrIndex,
MIL_INT64 ControlType,
MIL_INT64 ControlValue)
Parameters
ContextOrResult3dmapId See ContextOrResult3dmapId of the main function for a description. LabelOrIndex See LabelOrIndex of the main function for a description. ControlType See ControlType of the main function for a description. ControlValue See ControlValue of the main function for a description. |
void M3dmapControlDouble
(MIL_ID
ContextOrResult3dmapId, MIL_INT LabelOrIndex,
MIL_INT64 ControlType,
MIL_DOUBLE ControlValue)
Parameters
ContextOrResult3dmapId See ContextOrResult3dmapId of the main function for a description. LabelOrIndex See LabelOrIndex of the main function for a description. ControlType See ControlType of the main function for a description. ControlValue See ControlValue of the main function for a description. |
Header | Include mil.h. |
Library | Use mil.lib; mil3dmap.lib. |
DLL | Requires mil.dll; mil3dmap.dll. |