Sets the fixed face of this sketched bend feature.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub SetFixedFace( _
ByVal X As Double, _
ByVal Y As Double, _
ByVal Z As Double, _
ByVal EdgeArray As Object _
) |
Visual Basic (Usage) | |
---|
Dim instance As ISketchedBendFeatureData
Dim X As Double
Dim Y As Double
Dim Z As Double
Dim EdgeArray As Object
instance.SetFixedFace(X, Y, Z, EdgeArray)
|
C# | |
---|
void SetFixedFace(
double X,
double Y,
double Z,
object EdgeArray
) |
C++/CLI | |
---|
void SetFixedFace(
& double X,
& double Y,
& double Z,
& Object^ EdgeArray
) |
Parameters
- X
X location
- Y
Y location
- Z
Z location
- EdgeArray
Array of edges
Remarks
See Also
Availability
SolidWorks 2001 SP2, Revision Number 9.2