AcDbEntity::getGripPoints (AcDbGripDataPtrArray&, double, int, AcGeVector3d&, int) | Function usageThis function gets the grip points and supporting information about the grips for this entity. It is not intended to be called by ObjectARX applications. However, it is possible to do so.Function implementation in derived classesThe grips array cannot be empty, so it is important to append to it rather than assign to any existing objects in the array. If you wish to preallocate space for the elements to be appended, be sure to include the existing array logical length when calculating a new physical length for the array.The caller is responsible for freeing the... more |