PartInterfaces FaceFillet (Object)
All Frameworks Object Hierarchy This Framework Indexes
FaceFillet (Object)
Represents the face fillet shape.
A face fillet shape is built between two faces with a fillet radius.
Property Index
-
FirstFace
- Returns or sets the first limiting face.
-
Radius
- Returns the face fillet radius.
-
SecondFace
- Returns or sets the second limiting face.
Properties
o Property FirstFace( | ) As |
-
Returns or sets the first limiting face.
To set the property, you can use the following
Boundary object:
Face.
- Example:
- The following example returns in face1 the first
limiting face of the
face fillet firstFaceFillet,
and then sets it to NewFace1:
Set face1 = firstFaceFillet.FirstFace
firstFaceFillet.FirstFace = NewFace1
o Property Radius( | ) As (Read Only) |
-
Returns the face fillet radius.
- Example:
- The following example returns in radius the fillet radius
of the face fillet firstFaceFillet:
Set radius = firstFaceFillet.Radius
o Property SecondFace( | ) As |
-
Returns or sets the second limiting face.
To set the property, you can use the following
Boundary object:
Face.
- Example:
- The following example returns in face2 the second
limiting face of the
face fillet firstFaceFillet,
and then sets it to NewFace2:
Set face2 = firstFaceFillet.SecondFace
firstFaceFillet.SecondFace = NewFace2
Copyright © 2003, Dassault Systèmes. All rights reserved.