Rhino C++ API
8.13
|
Class to interactively get user input for radial dimensions. More...
#include <rhinoSdkDimRadius.h>
Static Public Member Functions | |
static CRhinoCommand::result | GetDimRadial (unsigned int doc_sn, ON_DimRadial *&dim_out, CRhinoObjRef &point_ref, bool bInteractive, bool GetDiameter) |
Class to interactively get user input for radial dimensions.
|
static |
Description: Gets a radial dimension from user input Will allocate dim_out memory which caller must delete Parameters: doc_sn, [in] Serial no of the document for annotation styles output_dimension [out] Resulting dimension point_ref, [out] ObjRef of object selected to dimension bInteractive, [in] true: run in interactive mode false - run in script mode bGetDiameter [in] true - Get a diameter dimension false - Get a radius dimension Returns: Failure: No dimension gotten Success: Got a dimension