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

IfcEllipse() private method

private IfcEllipse ( IfcAxis2Placement pl, double axis1, double axis2 ) : System
pl IfcAxis2Placement
axis1 double
axis2 double
return System
		internal IfcEllipse(IfcAxis2Placement pl, double axis1, double axis2) : base(pl) { mSemiAxis1 = axis1; mSemiAxis2 = axis2; }
		internal static IfcEllipse Parse(string str) { IfcEllipse e = new IfcEllipse(); int pos = 0; e.Parse(str, ref pos, str.Length); return e; }

Same methods

IfcEllipse::IfcEllipse ( ) : System
IfcEllipse::IfcEllipse ( DatabaseIfc db, IfcEllipse e ) : System