Esempio n. 1
0
 public static bool IsSameKindAs(this Autodesk.Revit.DB.Curve self, Autodesk.Revit.DB.Curve other)
 {
     return(self.IsBound == other.IsBound && self.GetType() == other.GetType());
 }