IExtrude
IOperations
.CreateExtrudeOperation(
IEnumerable
<
Double
> dir,
Double
depth)
Creates an "Extrude" operation.
Remarks
Examples
Parameters
dir
Type:
IEnumerable
<
Double
>
Direction of the extrusion (x, y, z).
depth
Type:
Double
Depth of the extrusion.
Return Value
Type:
IExtrude
Returns the "Extrude" operation created.