GeometryGym.Ifc.IfcLineIndex.IfcLineIndex C# (CSharp) 메소드

IfcLineIndex() 공개 메소드

public IfcLineIndex ( IEnumerable indices ) : System
indices IEnumerable
리턴 System
        public IfcLineIndex(IEnumerable<int> indices)
        {
            mIndices.AddRange(indices);
        }

Same methods

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