blockageCreateMethod
layout blockageCreateMethod string { "manual" | "automatic" }
Description
Sets the method used to create a blockage.
-
Manual:Default. Requires that you enter points to define the blockage. -
Automatic:Derives points from objects you select, then creates the blockage from these points.
GUI Equivalent
Examples
envGetVal("layout" "blockageCreateMethod")
envSetVal("layout" "blockageCreateMethod" 'string "automatic")
Related Topics
Return to top