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

IfcPlacement() protected method

protected IfcPlacement ( DatabaseIfc db, Point3d position ) : System
db DatabaseIfc
position Point3d
return System
        protected IfcPlacement(DatabaseIfc db, Point3d position)
            : base(db)
        {
            Location = new IfcCartesianPoint(db, position);
        }

Same methods

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