GeometryGym.Ifc.IfcElement.BuildStringSTEP C# (CSharp) Method

BuildStringSTEP() protected method

protected BuildStringSTEP ( ) : string
return string
		protected override string BuildStringSTEP() { return base.BuildStringSTEP() + "," + (mTag == "$" ? "$" : "'" + mTag + "'"); }