コード例 #1
0
ファイル: Irit_allocate.cs プロジェクト: Zulkir/ClarityWorlds
 public static extern void IPReallocNewTypeObject(IPObjectStruct *PObj, IPObjStructType ObjType);
コード例 #2
0
ファイル: Irit_allocate.cs プロジェクト: Zulkir/ClarityWorlds
 public static extern IPObjectStruct *IPAllocObject(byte *Name,
                                                    IPObjStructType ObjType,
                                                    IPObjectStruct *Pnext);
コード例 #3
0
ファイル: Irit_usertopo.cs プロジェクト: Zulkir/ClarityWorlds
 public static extern int UserTopoNumOfEntOfType(UserTopoUnstrctGeomStruct *Ud,
                                                 IPObjStructType Type);