GeometryGym.Ifc.IfcLinearDimension.Parse C# (CSharp) Method

Parse() static private method

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

Usage Example

Beispiel #1
0
 //internal IfcLinearDimension(IfcAngularDimension el) : base((IfcDimensionCurveDirectedCallout)el) { }
 internal new static IfcLinearDimension Parse(string str)
 {
     IfcLinearDimension d = new IfcLinearDimension(); int pos = 0; d.Parse(str, ref pos, str.Length); return(d);
 }
All Usage Examples Of GeometryGym.Ifc.IfcLinearDimension::Parse
IfcLinearDimension