CornerFeatures.CreateCornerDefinition Method
Parent Object: CornerFeaturesDescription
Method that creates a new sheet metal corner feature.
Syntax
CornerFeatures.CreateCornerDefinition( Edges As EdgeCollection, RippedCorner As Boolean ) As CornerDefinitionParameters
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. |