示例#1
0
 internal static IfcEdgeLoop AsIfcEdgeLoop(this IfcLoop toCast)
 {
     return(toCast as IfcEdgeLoop);
 }