Reg Dims Problem in Bricscad Version 17.2.04

Dear Sir,

I have faced the following problems in Bricscad Version 17.2.04 with BRXSDK_r11123 but these problems are not occurred in Previous Versions Upto 

Version 17.1. 12.Please give your suggestion to solve these problems

Problem1:
setDimstyleData() Method of AcDbDimension is not working like previous versions.
If setDimstyleData() is executed some of the dimension properties are changed automatically for example dimpost,dimdec,etc...
The followings steps shows the problem in detail
Please use the attached Sample project and setDimstyleDataProblem.dwg
Load Bricscad and open setDimstyleData.dwg file.
Load TestDimension Arx.
Run DimTest Command.
Select the Dimension in setDimstyleData.dwg.
Then the Messagebox shows the problem.
Problem2:
Dimension is not visible at the time of dragging.
Please see the code I have used for Dragging.
//To Drag of AcDbRotatedDimension
void CDrag::CreateDragDimLineEnt(AcGiViewportDraw* pDrawContext, const AcGePoint3d& ptPick)
{
AcDbRotatedDimension pRotatedDimension=
(AcDbRotatedDimension
)(m_RotDim->clone());
pRotatedDimension->setDimLinePoint(ptPick);
pRotatedDimension->setVisibility(AcDb::kVisible);
pDrawContext->geometry().draw(pRotatedDimension);
delete pRotatedDimension;
}

Regards,
Dr.C.Mathiazhagan

Comments

  • Dear,

    can you please send us a support requestm with that sample code and data/dwg ?
    Of course, we will try to identify & fix any issue in the APIs ...

    many greetings !

This discussion has been closed.

Howdy, Stranger!

It looks like you're new here. Click one of the buttons on the top bar to get involved!