Example #1
0
 public static List <Face3D> ToSAM(this Autodesk.Revit.DB.Face face)
 {
     return(Spatial.Create.Face3Ds(face.ToSAM_Polygon3Ds(), EdgeOrientationMethod.Undefined));
 }
Example #2
0
 public static List <Face3D> ToSAM(this Autodesk.Revit.DB.Face face)
 {
     return(Spatial.Create.Face3Ds(face.ToSAM_Polygon3Ds(), false));
 }