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

IfcArbitraryProfileDefWithVoids() private méthode

private IfcArbitraryProfileDefWithVoids ( ) : System
Résultat System
		internal IfcArbitraryProfileDefWithVoids() : base() { }
		internal IfcArbitraryProfileDefWithVoids(DatabaseIfc db, IfcArbitraryProfileDefWithVoids p) : base(db, p) { InnerCurves = p.InnerCurves.ConvertAll(x => db.Factory.Duplicate(x) as IfcCurve); }

Same methods

IfcArbitraryProfileDefWithVoids::IfcArbitraryProfileDefWithVoids ( DatabaseIfc db, IfcArbitraryProfileDefWithVoids p ) : System
IfcArbitraryProfileDefWithVoids::IfcArbitraryProfileDefWithVoids ( string name, IfcBoundedCurve perim, IfcCurve inner ) : System
IfcArbitraryProfileDefWithVoids::IfcArbitraryProfileDefWithVoids ( string name, IfcBoundedCurve perim, List inner ) : System