GeometryGym.Ifc.IfcGrid.removeExistingFromShapeRep C# (CSharp) Method

removeExistingFromShapeRep() private method

private removeExistingFromShapeRep ( IfcGridAxis a ) : void
a IfcGridAxis
return void
        private void removeExistingFromShapeRep(IfcGridAxis a)
        {
            removeExistingFromShapeRep(new List<IfcGridAxis>() { a });
        }

Same methods

IfcGrid::removeExistingFromShapeRep ( List axis ) : void