Share

ChamferDefinition Object


Description

The ChamferDefinition object is the base class that defines the variables for chamfer features

Methods

Name Description
CreatePartialChamferEdges Create a new transient PartialChamferEdges collection object which can be used to define the partially chamfered edges info.

Properties

Name Description
Angle Returns the parameter that controls the angle used for the chamfer feature. This is applicable when the DefinitionType is kDistanceAndAngle.
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.
AutomaticEdgeChain Gets whether or not to use all tangentially connected edges.
ChamferedEdges Gets the collection of edges that are chamfered by this feature.
CornerSetback Gets and sets whether a setback is to be applied to the chamfer feature.
DefinitionType Gets the type of the definition object used to hold data for chamfer feature.
Distance Returns the parameter that controls the distance used for the chamfer feature. This is applicable when the DefinitionType is kDistance.
DistanceOne Returns the parameter that controls the first distance used for the chamfer feature. This is applicable when the DefinitionType is kTwoDistances.
DistanceTwo Returns the parameter that controls the second distance used for the chamfer feature. This is applicable when the DefinitionType is kTwoDistances.
Face Returns the face used to define the chamfer feature created using a distance and an angle or two distances.
Parent Property that returns the parent ChamferFeature of the definition.
PartialChamferEdges Gets and sets the PartialChamferEdges collection object which defines the partially chamfered edges info.
PreserveAllFeatures Gets whether or not to preserve all features.
Type Returns an ObjectTypeEnum indicating this object's type.

Accessed From

ChamferFeature.Definition, ChamferFeatureProxy.Definition, CornerChamferDefinition.ChamferDefinition, PartialChamferEdge.Parent

Samples

Name Description
Partial Chamfer Sample This sample demonstrates how to edit a chamfer feature to set the partial chamfer on a chamfered edge.

Version

Introduced in version 5.3

Was this information helpful?