Defines the extrusion to go in both directions from the profile. The extent is defined independently for each direction using the input arguments.
sideOneExtent |
ExtentDefinition |
An ExtentDefinition object that defines how the extent of the extrusion towards side one is defined. This can be a specified distance (DistanceExtentDefinition), to an entity (ToEntityExtent), or through-all (AllExtentDefinition). These objects can be obtained by using the static create method on the appropriate class. |
sideTwoExtent |
ExtentDefinition |
An ExtentDefinition object that defines how the extent of the extrusion towards side two is defined. This can be a specified distance (DistanceExtentDefinition), to an entity (ToEntityExtent), or through-all (AllExtentDefinition). These objects can be obtained by using the static create method on the appropriate class. |
sideOneTaperAngle |
ValueInput |
Optional argument that specifies the taper angle for side one. If omitted a taper angle of 0 is used.
This is an optional argument whose default value is null. |
sideTwoTaperAngle |
ValueInput |
Optional argument that specifies the taper angle for side two. If omitted a taper angle of 0 is used.
This is an optional argument whose default value is null. |