
Where workplane_basename is the prefix that gets added to all created workplanes. CREATE WORKPLANES workplane_basename INCLINED_FLAT max_inclination min_inclination.If max_inclination and min_inclination are not specified, they default to 90 and 0 respectively.

The command selects all flat surfaces on the specified model inclined between the two specified angles, as measured from the current workplane. And max_inclination and min_inclination are optional numeric arguments to the command, specifying the maximum and minimum inclination of the selected planar surfaces. Where model_name is the name of the model to be considered type ALL to consider all models.

