SpaceClaim.AddIn.Unfold.FlatFace.GetBoundingBox C# (CSharp) Method

GetBoundingBox() public method

public GetBoundingBox ( System.Matrix trans ) : Box
trans System.Matrix
return Box
        public Box GetBoundingBox(Matrix trans)
        {
            return CreateUnfoldedFaceBody().GetBoundingBox(trans);
        }