Share

CornerFeatures.CreateCornerDefinition Method

Parent Object: CornerFeatures

Description

Method that creates a new sheet metal corner feature.

Syntax

CornerFeatures.CreateCornerDefinition( Edges As EdgeCollection, RippedCorner As Boolean ) As CornerDefinition

Parameters

Name Type Description
Edges EdgeCollection Input EdgeCollection object that contains the two edges that define the two sheet metal faces to create the corner between or the edges to create a ripped corner on.
RippedCorner Boolean Input Boolean that specifies if the corner is a ripped corner or a seam corner. A value of True indicates a ripped corner.

Version

Introduced in version 2010

Was this information helpful?