Gets the fixed face from this sketched bend feature.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetFixedFace( _
ByRef X As System.Double, _
ByRef Y As System.Double, _
ByRef Z As System.Double _
) As System.Object |
Visual Basic (Usage) | |
---|
Dim instance As ISketchedBendFeatureData
Dim X As System.Double
Dim Y As System.Double
Dim Z As System.Double
Dim value As System.Object
value = instance.GetFixedFace(X, Y, Z) |
C# | |
---|
System.object GetFixedFace(
out System.double X,
out System.double Y,
out System.double Z
) |
C++/CLI | |
---|
System.Object^ GetFixedFace(
& [Out] System.double X,
& [Out] System.double Y,
& [Out] System.double Z
) |
Parameters
- X
X location
- Y
Y location
- Z
Z location
Return Value
Fixed face
Example
Remarks
See Also
Availability
SolidWorks 2001 SP2, Revision Number 9.2