コード例 #1
0
ファイル: StructureMgr.cpp プロジェクト: fernape/OpenVSP
StructureMgrSingleton::~StructureMgrSingleton()
{
    Wype();
}
コード例 #2
0
ファイル: LinkMgr.cpp プロジェクト: sanbales/OpenVSP
void LinkMgrSingleton::Renew()
{
    Wype();
    Init();
}
コード例 #3
0
ファイル: StructureMgr.cpp プロジェクト: fernape/OpenVSP
void StructureMgrSingleton::Renew()
{
    Wype();
    InitFeaMaterials();
}