AddExtrudedSolidAlongPath Method

Creates an extruded solid given the profile and an extrusion path.

See Also | Example

Signature

RetVal = object.AddExtrudedSolidAlongPath(Profile, Path)

Object

ModelSpace Collection, PaperSpace Collection, Block
The object or objects this method applies to.

Profile

Profile object; input-only
The Region object only.

Path

Path object; input-only
The Polyline, Circle, Ellipse, Spline, or Arc object only.

RetVal

3DSolid object
The extruded 3DSolid object.

Remarks

You can extrude only 2D planar regions.

The path should not lie on the same plane as the profile, nor should it have areas of high curvature.

 

   Comments?