阅读:1137回复:0
AE开发,在arcscene控件中,如何加入图元,进行显示
<P>IPointCollection ptCol=(IPointCollection)pPolygon;<BR> IPointCollection pNewPointColl=new PolygonClass();<BR> object obj=Type.Missing;<BR> for(int i=0;i<ptCol.PointCount;i++)<BR> {<BR> IPoint pPt=ptCol.get_Point(i);<BR> pPt.Z=20;<BR> pNewPointColl.AddPoint(pPt,ref obj,ref obj);<BR> }</P>
<P>请问,AE开发,在arcscene控件中,如何加入图元,进行显示。</P> <P>以上代码加入,失去了Z值,还是二维的,不知道如何弄了,请高手指点</P> |
|