几何尺寸与公差论坛------致力于产品几何量公差标准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)
-   -   【转帖】how to create a dashdot linetype (http://www.dimcax.com/hust/showthread.php?t=16630)

yang686526 2009-05-06 02:24 PM

【转帖】how to create a dashdot linetype
 
how to create a dashdot linetype?
how to create a dashdot linetype?
hi all,
i know how to add a dash line type as the following code
// dash line - - - - - - - - - - - - -
oddblinetypetableptr plinetypes = pdb->getlinetypetableid().safeopenobject(oddb::kforwri te);
oddblinetypetablerecordptr plinetype = oddblinetypetablerecord::createobject();
plinetype->setname("dash line");
oddbobjectid linetypeid = plinetypes->add(plinetype);
plinetype->setnumdashes(2);
plinetype->setpatternlength(0.1875);
plinetype->setdashlengthat(0, 0.125);
plinetype->setdashlengthat(1, -0.0625);
but i cannot figure out how to create a dashdot line type (-.-.-.-.-.).
any help is very appreciated.
dash length having zero value specifies dot.
sergey slezkin
greate, that is what i am looking for.
thank sergey.


所有的时间均为北京时间。 现在的时间是 06:24 PM.