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

IfcAdvancedFace() public méthode

public IfcAdvancedFace ( IfcFaceOuterBound outer, IfcFaceBound inner, GeometryGym.Ifc.IfcSurface f, bool sense ) : System
outer IfcFaceOuterBound
inner IfcFaceBound
f GeometryGym.Ifc.IfcSurface
sense bool
Résultat System
		public IfcAdvancedFace(IfcFaceOuterBound outer, IfcFaceBound inner, IfcSurface f, bool sense) : base(outer,inner, f, sense) { }
		internal new static IfcAdvancedFace Parse(string strDef) { IfcAdvancedFace f = new IfcAdvancedFace(); int ipos = 0; parseFields(f, ParserSTEP.SplitLineFields(strDef), ref ipos); return f; }

Same methods

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