SolidSweepDefinition.SetOrientationInfo Method
Parent Object: SolidSweepDefinitionDescription
Method that sets the orientation info.
Syntax
SolidSweepDefinition.SetOrientationInfo( Orientation As SweepProfileOrientationEnum, [AlignToVector] As Variant )Parameters
Name | Type | Description |
Orientation | SweepProfileOrientationEnum | Input SweepProfileOrientationEnum to set the orientation of the sweep. |
AlignToVector | Variant | Optional input object to specify the align to vector. This is required if the Orientation is specified to kAlignToVector. This can be a linear Edge, WorkAxis, WorkPlane or Face which can infer an axis. When a WorkPlane or planar Face object is specified, its normal is used, when a cylindrical, conical, elliptical or toroidal Face is specified its axis is used. This is an optional argument whose default value is null. |