Inheritance: GeometryGym.Ifc.IfcTessellatedItem
Beispiel #1
0
 internal static IfcIndexedPolygonalFace Parse(string strDef)
 {
     IfcIndexedPolygonalFace s = new IfcIndexedPolygonalFace(); int ipos = 0; s.parseFields(ParserSTEP.SplitLineFields(strDef), ref ipos); return(s);
 }
Beispiel #2
0
 internal IfcIndexedPolygonalFace(DatabaseIfc db, IfcIndexedPolygonalFace f) : base(db, f)
 {
     mCoordIndex.AddRange(f.mCoordIndex);
 }
Beispiel #3
0
 internal static IfcIndexedPolygonalFace Parse(string strDef)
 {
     IfcIndexedPolygonalFace s = new IfcIndexedPolygonalFace(); int ipos = 0; s.parseFields(ParserSTEP.SplitLineFields(strDef), ref ipos); return s;
 }
Beispiel #4
0
 internal IfcIndexedPolygonalFace(DatabaseIfc db, IfcIndexedPolygonalFace f, DuplicateOptions options) : base(db, f, options)
 {
     mCoordIndex.AddRange(f.mCoordIndex);
 }
Beispiel #5
0
 internal IfcIndexedPolygonalFace(DatabaseIfc db, IfcIndexedPolygonalFace f)
     : base(db, f)
 {
     mCoordIndex.AddRange(f.mCoordIndex);
 }