GeometryGym.Ifc.IfcPlacement.IfcPlacement C# (CSharp) Méthode

IfcPlacement() protected méthode

protected IfcPlacement ( DatabaseIfc db, Point2D position ) : System
db DatabaseIfc
position Point2D
Résultat System
        protected IfcPlacement(DatabaseIfc db, Point2D position)
            : base(db)
        {
            Location = new IfcCartesianPoint(db, position);
        }

Same methods

IfcPlacement::IfcPlacement ( DatabaseIfc db, Point2d position ) : System
IfcPlacement::IfcPlacement ( DatabaseIfc db, Point3d position ) : System