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

IfcLineIndex() public méthode

public IfcLineIndex ( IEnumerable indices ) : System
indices IEnumerable
Résultat System
        public IfcLineIndex(IEnumerable<int> indices)
        {
            mIndices.AddRange(indices);
        }

Same methods

IfcLineIndex::IfcLineIndex ( int a, int b ) : System