Sets the scale factor for this scale feature in the x, y,and z directions.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub SetScale( _
ByVal X As Double, _
ByVal Y As Double, _
ByVal Z As Double, _
ByVal Uniform As Boolean _
) |
Visual Basic (Usage) | |
---|
Dim instance As IScaleFeatureData
Dim X As Double
Dim Y As Double
Dim Z As Double
Dim Uniform As Boolean
instance.SetScale(X, Y, Z, Uniform)
|
C# | |
---|
void SetScale(
double X,
double Y,
double Z,
bool Uniform
) |
C++/CLI | |
---|
void SetScale(
& double X,
& double Y,
& double Z,
& bool Uniform
) |
Parameters
- X
X-direction scale factor
- Y
Y-direction scale factor
- Z
Z-direction scale factor
- Uniform
True for uniform scaling, false for non-uniform scaling
See Also
Availability
SolidWorks 2001Plus FCS, Revision Number 10.0