几何尺寸与公差论坛------致力于产品几何量公差标准GD&T (GDT:ASME)|New GPS(ISO)研究/CAD设计/CAM加工/CMM测量

几何尺寸与公差论坛------致力于产品几何量公差标准GD&T (GDT:ASME)|New GPS(ISO)研究/CAD设计/CAM加工/CMM测量 (http://www.dimcax.com/hust/index.php)
-   DirectDWG (http://www.dimcax.com/hust/forumdisplay.php?f=89)
-   -   【转帖】recomputedimblock (http://www.dimcax.com/hust/showthread.php?t=18378)

yang686526 2009-05-07 12:42 PM

【转帖】recomputedimblock
 
recomputedimblock
recomputedimblock
hello,
if there is no dimblock in dimension entity, will recomputedimblock() creates one and update it from the two extension line point nd one dimension line point?
if it creates dimblock on its own then what is the method for doing so?
thanks!
regards
prakhar
quote:
originally posted by prakhar19us
if there is no dimblock in dimension entity, will recomputedimblock() creates one and update it from the two extension line point nd one dimension line point?
yes! recomputedimblock() creates block or makes it up-to-date with accordance dimension property (in case it was changed).
best regards,
sergey z.
recomputedimblock
thanks for your response, but i am still facing problem in the implementation, its not creating any block in my case.
what all properties do i need to set before i call recomputedimblock()?
right now say i create oddbrotateddimension entity, i set start point for the extension line and the dimension line point and also the text rotation,text position and text attachment and after this i call recomputedimblock but its not creating any block.
regards
prakhar
here is a piece of code from writeex dwgdirect sample.
code:
oddbblocktablerecordptr bbtr;
oddbrotateddimensionptr pdimension = oddbrotateddimension::createobject();
pdimension->setdatabasedefaults(pdb);
oddbobjectid dimensionid = bbtr->appendoddbentity(pdimension);
pdimension->setdatabasedefaults(pdb);
pdimension->setxline1point(startpoint);
pdimension->setxline2point(endpoint);
pdimension->setdimlinepoint(dimlinept);
pdimension->usedefaulttextposition();
// or usesettextposition();
best regards,
sergey z.

can you please explain.......
does recomputedimblock() create a block and append it to oddbblocktable ?
when i am calling recomputedimblock(), i can not see any blocktablerecord added in oddbblocktable.........
thankssss
.................................................. .........................

quote:
originally posted by niteshsingh_007
can you please explain.......
does recomputedimblock() create a block and append it to oddbblocktable ?
yes!
quote:
originally posted by niteshsingh_007
when i am calling recomputedimblock(), i can not see any blocktablerecord added in oddbblocktable
best regards,
sergey z.
thanks sergey,
actually da problem was thet.. dummyrecomputedimblock.lib file was also been linked unknowingly with recomputedimblock.lib.......... thanks alot..
.................................................. .........................


所有的时间均为北京时间。 现在的时间是 12:59 AM.