GeometryGym.Ifc.IfcAdvancedBrep.IfcAdvancedBrep C# (CSharp) Méthode

IfcAdvancedBrep() public méthode

public IfcAdvancedBrep ( List faces ) : System
faces List
Résultat System
		public IfcAdvancedBrep(List<IfcAdvancedFace> faces) : base(new IfcClosedShell(faces.ConvertAll(x => (IfcFace)x))) { }
		internal IfcAdvancedBrep(DatabaseIfc db, IfcAdvancedBrep b) : base(db,b) { }

Same methods

IfcAdvancedBrep::IfcAdvancedBrep ( ) : System
IfcAdvancedBrep::IfcAdvancedBrep ( DatabaseIfc db, IfcAdvancedBrep b ) : System
IfcAdvancedBrep::IfcAdvancedBrep ( GeometryGym.Ifc.IfcClosedShell s ) : System