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