Method that creates a new full round set used to create a full round fillet. The new FilletFullRoundSet is returned. If a FilletFullRoundSet already exists in the definition, it is replaced with this new one.
Name | Type | Description |
SideFacesOne | FaceCollection | FaceCollection object that contains the first set of side faces for the full round 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. |
CenterFaces | FaceCollection | FaceCollection object that contains the center faces for the full round 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. |
SideFacesTwo | FaceCollection | FaceCollection object that contains the second set of side faces for the full round 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. |
IncludeTangentFaces | Boolean | Optional input Boolean that specifies whether to include faces that are tangential to the faces input in the SideFacesOne, CenterFaces and SideFacesTwo arguments for the fillet creation. If not specified, a default of True is used, indicating that the tangential faces will be used in feature creation. This is an optional argument whose default value is True. |