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

IfcLineIndex() public méthode

public IfcLineIndex ( int a, int b ) : System
a int
b int
Résultat System
        public IfcLineIndex(int a, int b)
        {
            mIndices.Add(a); mIndices.Add(b);
        }

Same methods

IfcLineIndex::IfcLineIndex ( IEnumerable indices ) : System