create command

Syntax

extrude block create keyword

Primary keywords:

at    automatic    by-edges    by-points

Create block(s).

at f1 f2 <keyword>

Create a block from the edges surrounding the point with the 2D coordinates f1 , f2.

group s1 <slot s2 >

Assign the created block the group name s1 (in slot s2 if provided, in slot Default if not).

automatic <keyword> <range>

Create regular and/or irregular blocks from pre-existing edges within the range. Only edges which form closed polygons are used. If no range is provided, blocks will be created from all closed polygons present in the set.

group s1 <slot s2 >

Assign the created block the group name s1 (in slot s2 if provided, in slot Default if not).

by-edges i1 i2 i3 ... <keyword>

Create a block from the edges with specified IDs i1 i2 i3 … Order of edges is irrelevant. For polygons with internal boundaries, only the edges forming the external boundary need to be specified.

group s1 <slot s2 >

Assign the created block the group name s1 (in slot s2 if provided, in slot Default if not).

by-points i1 i2 i3 ...

Create a block from the points specified IDs i1 i2 i3 … Order of points is irrelevant. Points must be connected by edges. For polygons with internal boundaries, only the points on the external boundary need to be specified.

group s1 <slot s2 >

Assign the created block the group name s1 (in slot s2 if provided, in slot Default if not).