GeometryGym.Ifc.IfcAngularDimension.IfcAngularDimension C# (CSharp) 메소드

IfcAngularDimension() 개인적인 메소드

private IfcAngularDimension ( ) : System
리턴 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