Inheritance: IfcManifoldSolidBrep
Example #1
0
 internal static IfcFacetedBrep Parse(string str)
 {
     IfcFacetedBrep b = new IfcFacetedBrep(); int pos = 0; b.Parse(str,ref pos, str.Length); return b;
 }
Example #2
0
 internal IfcFacetedBrep(DatabaseIfc db, IfcFacetedBrep b)
     : base(db,b)
 {
 }
Example #3
0
		internal static void parseFields(IfcFacetedBrep b, List<string> arrFields, ref int ipos) { IfcManifoldSolidBrep.parseFields(b, arrFields, ref ipos); }
Example #4
0
		internal static IfcFacetedBrep Parse(string strDef) { IfcFacetedBrep b = new IfcFacetedBrep(); int ipos = 0; parseFields(b, ParserSTEP.SplitLineFields(strDef), ref ipos); return b; }
Example #5
0
		internal IfcFacetedBrep(IfcFacetedBrep p) : base(p) { }
Example #6
0
		//should remove above as in 3d?? hierarchy test
		public IfcShapeRepresentation(IfcFacetedBrep fb) : base(fb, "Body", "Brep") { }