GeometryGym.Ifc.IfcFaceBound.IfcFaceBound C# (CSharp) Метод

IfcFaceBound() публичный Метод

public IfcFaceBound ( IfcLoop l, bool orientation ) : System
l IfcLoop
orientation bool
Результат System
        public IfcFaceBound(IfcLoop l, bool orientation)
            : base(l.mDatabase)
        {
            mBound = l.mIndex; mOrientation = orientation;
        }

Same methods

IfcFaceBound::IfcFaceBound ( ) : System
IfcFaceBound::IfcFaceBound ( DatabaseIfc db, IfcFaceBound b ) : System