GeometryGym.Ifc.IfcGrid.removeExistingFromShapeRep C# (CSharp) Méthode

removeExistingFromShapeRep() private méthode

private removeExistingFromShapeRep ( IfcGridAxis a ) : void
a IfcGridAxis
Résultat void
        private void removeExistingFromShapeRep(IfcGridAxis a)
        {
            removeExistingFromShapeRep(new List<IfcGridAxis>() { a });
        }

Same methods

IfcGrid::removeExistingFromShapeRep ( List axis ) : void