プロダクト: | MicroStation | ||
バージョン: | CE update13 | ||
環境: | N/A | ||
エリア: | Programming | ||
サブエリア: | MDL |
mdlClip_elementの(引数 5 を 'Bentley::ClipVectorPtr' から 'Bentley::ClipVectorCP'へ変換)使用方法は以下のようになります。
ClipVectorPtr clipP;
mdlClip_getFence(clipP );
mdlClip_element( &insideDscrP, NULL, orgDscrP, modelRef, clip.get(), 0 );
Original Author: | Mikihiko Tabata |