Gets the faces used to create this sheet metal corner.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub GetFaces( _
ByRef Face1 As System.Object, _
ByRef Face2 As System.Object, _
ByRef Face3 As System.Object _
) |
Visual Basic (Usage) | |
---|
Dim instance As ISMCornerReliefData
Dim Face1 As System.Object
Dim Face2 As System.Object
Dim Face3 As System.Object
instance.GetFaces(Face1, Face2, Face3) |
C# | |
---|
void GetFaces(
out System.object Face1,
out System.object Face2,
out System.object Face3
) |
C++/CLI | |
---|
void GetFaces(
& [Out] System.Object^ Face1,
& [Out] System.Object^ Face2,
& [Out] System.Object^ Face3
) |
Parameters
- Face1
- First IFace2 that defines this two- or three-bend corner
- Face2
- Second IFace2 that defines this two- or three-bend corner
- Face3
- Third IFace2 that defines this three-bend corner; valid only if ICornerReliefFeatureData::CornerReliefBendType is swCornerReliefBendType_e.swCornerReliefBendType_ThreeBend; specify null or Nothing for a two-bend corner
Example
See Also
Availability
SOLIDWORKS 2022 FCS, Revision Number 30