コード例 #1
0
ファイル: IfcPPModel.cpp プロジェクト: PanicSheep/ifcplusplus
void IfcPPModel::resetIfcModel()
{
	clearIfcModel();
	initIfcModel();
	updateCache();
}
コード例 #2
0
		void IfcAlignmentModel::resetIfcModel()
		{
			clearIfcModel();
			initIfcModel();
			updateCache();
		}