hGroup = CwGroupObjects() hGroup (handle) The handle to the new group.
/* Group all objects within the current cropping rectangle. */ ah=CwGetAppHandle('output settings') maxwidth=CwGetProperty(ah, 'output size:width') maxheight=CwGetProperty(ah, 'output size:height') call CwSetSelectionRectangle maxwidth/2, maxheight/2, maxwidth*2, maxheight*2 gh = CwGroupObjects()
Functions by NAME |
Index |
Functions by PURPOSE |