Share

FilletConstantRadiusFaceSet Object


Description

The ConstantRadiusFaceSet object provides access to the faces for a constant radius fillet.

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.
BiasPoint Optional input Point object that specifies a bias point to help choose between solutions if there are multiple possibilities.
FacesOne FaceCollection object that contains the first set of faces for the face fillet feature. This can contain more than one face only if the faces are tangentially connected. The Face.TangentiallyConnectedFaces property can be used to get a collection of faces that are tangent to a given face.
FacesOneReverseDirection Boolean that indicates whether the side of the surface on which the fillet will be created is flipped. This only applies to faces of a surface and is ignored for faces of a solid.
FacesTwo FaceCollection object that contains the second set of faces for the face fillet feature. This can contain more than one face only if the faces are tangentially connected. The Face.TangentiallyConnectedFaces property can be used to get a collection of faces that are tangent to a given face.
FacesTwoReverseDirection Boolean that indicates whether the side of the surface on which the fillet was created is flipped. This only applies to faces of a surface and is ignored for faces of a solid.
IncludeTangentFaces Boolean that indicates whether faces were tangential to the faces input in the FacesOne and FacesTwo arguments for the fillet creation.
Radius Property that returns the parameter that controls the radius of the fillet. This property will return Nothing if the fillet feature has not been created yet.
Type Returns an ObjectTypeEnum indicating this object's type.

Accessed From

FilletDefinition.AddFaceSet, FilletDefinition.FaceSet

Version

Introduced in version 11

Was this information helpful?