sweep_along_vector#

Object3d.sweep_along_vector(sweep_vector, draft_angle=0, draft_type='Round')[source]#

Sweep the selection along a vector.

Parameters:
sweep_vectorlist

Application.Position object.

draft_anglefloat, optional

Angle of the draft in degrees. The default is 0.

draft_typestr, optional

Type of the draft. Options are "Extended", "Round", and "Natural". The default value is "Round.

Returns:
bool

True when model, False otherwise.

References

>>> oEditor.SweepAlongVector