几何尺寸与公差论坛------致力于产品几何量公差标准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 get transformation matrix from entity (http://www.dimcax.com/hust/showthread.php?t=16703)

yang686526 2009-05-06 02:49 PM

【转帖】how to get transformation matrix from entity
 
how to get transformation matrix from entity?
how to get transformation matrix from entity?
hi,
i need to get transformation matrix of each entity..
is it possible to get??
thanks in advacnce..
this is what i use
i use this to get the matrix to travel from the world-space origin to that of the entity:
code:
odgeplane gep;
oddb::planarity plan;
ent->getplane(gep, plan);
odgematrix3d::worldtoplane(gep)i use this to get the matrix which travels from the entity space to the world-space origin:
code:
odgeplane gep;
oddb::planarity plan;
ent->getplane(gep, plan);
odgematrix3d::planetoworld(gep)here's hoping that is what you're looking for.
note that getplane() works only for planar entities.
also for some entities the plane's origin is set to some non-zero value.
some planar entities return coordinates in wcs.
where is no general solution "to get transformation for each entity".
sergey slezkin


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