您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. Revit API找到墙的正面

  2. //找到墙的正面 public static Face FindWallFace(Wall wall) { Face normalFace = null; // Options opt = new Options(); opt.ComputeReferences = true; opt.DetailLevel = Autodesk.Revit.DB.DetailLevels.Medium; // GeometryElement e = wa
  3. 所属分类:其它