![]() |
MKI_InputSetPoint (Input) New in Version 2022.0 |
www.CAD6.com |
C++ Syntaxvoid MKI_InputSetPoint( __int32 f_nPointIndex, MKI_CONST_POINT_REF f_rPoint );
Sets the "final" coordinates of a point already entered by the user. This can be the result of something like snapping or of a coordinate search. The "final" coordinates will be used for all subsequent references to this point such as relative movements.
This command should only be called from within a MKI_InputPointExitProc!
ParametersPointIndex [__int32] Zero-based point index. This index states which point's coordinates shall be set. Usually, this will the same as the f_nPointIndex parameter of the current MKI_InputPointExitProc call. You cannot set points that were not yet entered by the user, i.e. points with an index larger than the f_nPointIndex parameter of the current MKI_InputPointExitProc call. Valid range: 0 <= Value < MKI_INPUT_MAX. Point [MKI_CONST_POINT_REF] Address of the point coordinates to be set.
|
CAD6interface 2025.0 - Copyright 2025 Malz++Kassner® GmbH