Share

CornerRoundDefinition Object


Description

The CornerRoundDefinition object is a utility object used for creating, querying, and editing sheet metal corner round features.

Methods

Name Description
AddEdgeSet Method that creates a new edge set within the corner round definition.
Copy Function that creates a copy of this CornerRoundDefinition object. The copy is independent of any other object and can be edited without affecting anything else. It can then be used as input to either modify an existing corner round or create a new corner round feature.
RemoveEdgeSet Method that removes the specified CornerRoundEdgeSet object from this CornerRoundDefinition object. This results in all the corner round being removed from the edges in this edge set.

Properties

Name Description
Application Returns the top-level parent application object. When used the context of Inventor, an Application object is returned. When used in the context of Apprentice, an ApprenticeServer object is returned.
EdgeSetCount Property that returns the number of edge sets defined within this CornerRoundDefinition object.
EdgeSetItem Method that returns the specified CornerRoundEdgeSet object from this CornerRoundDefinition object.
Parent Property that returns the parent CornerRoundFeature of this CornerRoundDefinition object.
Type Returns an ObjectTypeEnum indicating this object's type.

Accessed From

CornerRoundDefinition.Copy, CornerRoundEdgeSet.Parent, CornerRoundFeature.Definition, CornerRoundFeatureProxy.Definition, CornerRoundFeatures.CreateCornerRoundDefinition

Version

Introduced in version 2009

Was this information helpful?