GeometryGym.Ifc.IfcCartesianTransformationOperator3DnonUniform.SetXML C# (CSharp) Méthode

SetXML() private méthode

private SetXML ( XmlElement xml, BaseClassIfc host, HashSet processed ) : void
xml XmlElement
host BaseClassIfc
processed HashSet
Résultat void
		internal override void SetXML(XmlElement xml, BaseClassIfc host, HashSet<int> processed)
		{
			base.SetXML(xml, host, processed);
			if (!double.IsNaN(mScale2))
				xml.SetAttribute("Scale2", mScale2.ToString());
			if (!double.IsNaN(mScale3))
				xml.SetAttribute("Scale3", mScale3.ToString());
		}
	}
IfcCartesianTransformationOperator3DnonUniform