Table of Contents

cmd.get_extent

“cmd.get_extent” returns the minimum and maximum XYZ coordinates of a selection as an array: [ [ min-X , min-Y , min-Z ],[ max-X, max-Y , max-Z ]]

Parameters

cmd.get_extent(string selection="(all)", state=0 )

    

Implementation

def get_extent(selection="(all)",state=0,quiet=1):

See Also

get_extent | api