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

IfcExternalSpatialElement() private method

private IfcExternalSpatialElement ( IfcSite host, string name, IfcExternalSpatialElementTypeEnum te ) : System
host IfcSite
name string
te IfcExternalSpatialElementTypeEnum
return System
		internal IfcExternalSpatialElement(IfcSite host, string name, IfcExternalSpatialElementTypeEnum te)
			: base(host, name) { mPredefinedType = te; }
		internal static void parseFields(IfcExternalSpatialElement gp, List<string> arrFields, ref int ipos)

Same methods

IfcExternalSpatialElement::IfcExternalSpatialElement ( ) : System
IfcExternalSpatialElement::IfcExternalSpatialElement ( DatabaseIfc db, IfcExternalSpatialElement e, bool downStream ) : System