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

IfcLine() 개인적인 메소드

private IfcLine ( DatabaseIfc db, IfcLine l ) : System
db DatabaseIfc
l IfcLine
리턴 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