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

IfcLine() private method

private IfcLine ( DatabaseIfc db, IfcLine l ) : System
db DatabaseIfc
l IfcLine
return System
        internal IfcLine(DatabaseIfc db, IfcLine l)
            : base(db,l)
        {
            Pnt = db.Factory.Duplicate( l.Pnt) as IfcCartesianPoint; Dir = db.Factory.Duplicate( l.Dir) as IfcVector;
        }

Same methods

IfcLine::IfcLine ( ) : System
IfcLine::IfcLine ( IfcCartesianPoint point, IfcVector dir ) : System