![]() |
【转帖】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. |
所有的时间均为北京时间。 现在的时间是 08:48 PM. |