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

IfcArbitraryProfileDefWithVoids() public method

public IfcArbitraryProfileDefWithVoids ( string name, IfcBoundedCurve perim, List inner ) : System
name string
perim IfcBoundedCurve
inner List
return System
		public IfcArbitraryProfileDefWithVoids(string name, IfcBoundedCurve perim, List<IfcCurve> inner) : base(name, perim) { mInnerCurves = inner.ConvertAll(x => x.mIndex); }
		internal new static IfcArbitraryProfileDefWithVoids Parse(string strDef) { IfcArbitraryProfileDefWithVoids p = new IfcArbitraryProfileDefWithVoids(); int ipos = 0; parseFields(p, ParserSTEP.SplitLineFields(strDef), ref ipos); return p; }

Same methods

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