Inserts an end cap feature using the specified end faces of a structural member.  
             
            
.NET Syntax
| Visual Basic (Usage) |  | 
|---|
| Dim instance As IFeatureManager
Dim Depth As System.Double
Dim BIsGivenOffset As System.Boolean
Dim BIsChamfer As System.Boolean
Dim OffsetValue As System.Double
Dim WallThicknessRatio As System.Double
Dim ChamferValue As System.Double
Dim Faces As System.Object
Dim value As Feature
 
value = instance.InsertEndCapFeature2(Depth, BIsGivenOffset, BIsChamfer, OffsetValue, WallThicknessRatio, ChamferValue, Faces) | 
Parameters
- Depth
- Depth of the end cap
- BIsGivenOffset
- True if end cap is offset, false if not
- BIsChamfer
- True if end cap feature is chamfered, false If not
- OffsetValue
- Value by which to offset the end cap
- WallThicknessRatio
- Wall thickness ratio
- ChamferValue
- Angle of the chamfer
- Faces
- Array of Face2 objects
Return Value
IFeature  
             
             
             
             
            Example
            Remarks
 
            
            See Also
 
            Availability
SOLIDWORKS 2010 FCS, Revision Number 18.0