高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】is oddbrevolvedsurface implemented ye
is oddbrevolvedsurface implemented yet?
is oddbrevolvedsurface implemented yet?
we have oddbrevolvedsurface on the dwgdirect help file, just wonder if it is implemented yet?
thank you.
hello,
it isn't fully implemented, but reading\writing & rendering should be ok. all surface classes have defect with transformby method in 2.4.1. they are readonly in 2.4.1 also. we are plannig to fix all known surface defects in next release.
i try to use the method oddbrevolvedsurface::createrevolvedsurface (
oddbentity* prevent,
const odgepoint3d& axispnt,
const odgevector3d& axisdir,
double revangle,
double startangle,
oddbrevolveoptions& revolveoptions,
const odstreambuf *psat = 0 ), but not sure of prevent. is a curve or an array of curves? please give me an example of how to use this oddbrevolvedsurface class. thanks.
hi,
prevent input pointer to the planar curve, region, or planar surface that is to be revolved
but: createrevolvedsurface is not support generation of acis stream for oddbrevolvedsurface. you should set psat to something reasonable. this method is useful only if you have all input parameters defined. one of our member uses it for own entities to dwg conversion, but his own format contains already generated acis stream.
also createrevolvedsurface will fully implemened inside spamodeler. spamodeler is spatial acis library based modeler.
|