GeometryGym.Ifc.IfcArbitraryProfileDefWithVoids.IfcArbitraryProfileDefWithVoids C# (CSharp) Method

IfcArbitraryProfileDefWithVoids() public method

public IfcArbitraryProfileDefWithVoids ( string name, IfcBoundedCurve perim, IfcCurve inner ) : System
name string
perim IfcBoundedCurve
inner IfcCurve
return System
		public IfcArbitraryProfileDefWithVoids(string name, IfcBoundedCurve perim, IfcCurve inner) : base(name, perim) { mInnerCurves.Add(inner.mIndex); }
		public IfcArbitraryProfileDefWithVoids(string name, IfcBoundedCurve perim, List<IfcCurve> inner) : base(name, perim) { mInnerCurves = inner.ConvertAll(x => x.mIndex); }

Same methods

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