Share

CutFeatures.CreateCutDefinition Method

Parent Object: CutFeatures

Description

Method that creates a new CutDefinition object.

Remarks

This object is not a cut feature but contains the information that defines a cut feature and can be used to create a new cut feature or edit an existing one. The returned CutDefinition can be used as input to the CutFeatures.Add method to create a new cut feature. You can edit the properties of the CutDefinition object before creating the cut feature to get the desired cut feature.

Syntax

CutFeatures.CreateCutDefinition( Profile As Profile ) As CutDefinition

Parameters

Name Type Description
Profile Profile Input Profile object that defines the shape of the cut feature. The input profile must consist of one or more closed paths.

Samples

Name Description
Create sheet metal face and cut features This sample demonstrates the creation of sheet metal face and cut features.

Version

Introduced in version 2009

Was this information helpful?