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

IfcAdvancedFace() public méthode

public IfcAdvancedFace ( IfcFaceOuterBound bound, GeometryGym.Ifc.IfcSurface f, bool sense ) : System
bound IfcFaceOuterBound
f GeometryGym.Ifc.IfcSurface
sense bool
Résultat System
		public IfcAdvancedFace(IfcFaceOuterBound bound, IfcSurface f, bool sense) : base(bound, f, sense) { }
		public IfcAdvancedFace(List<IfcFaceBound> bounds, IfcSurface f, bool sense) : base(bounds, f, sense) { }

Same methods

IfcAdvancedFace::IfcAdvancedFace ( ) : System
IfcAdvancedFace::IfcAdvancedFace ( DatabaseIfc db, IfcAdvancedFace f ) : System
IfcAdvancedFace::IfcAdvancedFace ( IfcFaceOuterBound outer, IfcFaceBound inner, GeometryGym.Ifc.IfcSurface f, bool sense ) : System
IfcAdvancedFace::IfcAdvancedFace ( List bounds, GeometryGym.Ifc.IfcSurface f, bool sense ) : System