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

IfcAngularDimension() private method

private IfcAngularDimension ( ) : System
return System
		internal IfcAngularDimension() : base() { }
		internal new static IfcAngularDimension Parse(string str) { IfcAngularDimension d = new IfcAngularDimension(); int pos = 0; d.Parse(str, ref pos, str.Length); return d; }
IfcAngularDimension