SculptFeatures.CreateSculptSurface Method

Parent Object: SculptFeatures

Description

Method that creates a new SculptSurface object. The new SculptSurface is returned.

Syntax

SculptFeatures.CreateSculptSurface( Surface As Object, [Direction] As PartFeatureExtentDirectionEnum ) As SculptSurface

Parameters

Name Type Description
Surface Object Object that defines a boundary surface for the sculpt feature. Valid input objects for the surface are WorkSurface and WorkPlane.
Direction PartFeatureExtentDirectionEnum Optional input constant that specifies the sculpt direction for the surface specified by the Surface argument. The direction specifies the side of the surface that should be used when creating the sculpt feature. Valid input is kPositiveExtentDirection, kNegativeExtentDirection or kSymmetricExtentDirection. If no value is specified, then kPositiveExtentDirection will be assumed for the direction.

This is an optional argument whose default value is 20993.

Version

Introduced in version 11