Hide Table of Contents
InsertScale Method (IFeatureManager)

Applies the specified scaling to either the current model or a selected graphic body.

.NET Syntax

Visual Basic (Declaration) 
Function InsertScale( _
   ByVal Type As System.Short, _
   ByVal Uniform As System.Boolean, _
   ByVal Xscale As System.Double, _
   ByVal YScale As System.Double, _
   ByVal ZScale As System.Double _
) As Feature
Visual Basic (Usage) 
Dim instance As IFeatureManager
Dim Type As System.Short
Dim Uniform As System.Boolean
Dim Xscale As System.Double
Dim YScale As System.Double
Dim ZScale As System.Double
Dim value As Feature
 
value = instance.InsertScale(Type, Uniform, Xscale, YScale, ZScale)
C# 
Feature InsertScale( 
   System.short Type,
   System.bool Uniform,
   System.double Xscale,
   System.double YScale,
   System.double ZScale
)
C++/CLI 
Feature^ InsertScale( 
&   System.short Type,
&   System.bool Uniform,
&   System.double Xscale,
&   System.double YScale,
&   System.double ZScale
) 

Parameters

Type

Value as defined in swScaleType_e

Uniform

True if scaling should be uniform, false if not

Xscale

X direction scale factor

YScale

Y direction scale factor; valid only if Uniform is false

ZScale

Z direction scale factor; valid only if Uniform is false

Return Value

IFeature if scaling the current model; Null or Nothing if scaling a selected graphic body

Example

Remarks

To scale a graphic body:

  1. Select the graphic body in the Graphic Bodies folder of the FeatureManager design tree.
  2. Call this method.

This method scales the selected graphic body up in the graphics view, but no scale feature is created.

If Uniform is...

Then the scaling factor is...

True

Xscale, applied in three directions.

False

All three scaling factors (Xscale, YScale, and ZScale).

Use IFeature::GetDefinition and IFeature::IGetDefinition and IFeature::ModifyDefinition and IFeature::IModifyDefinition2 to gain access to the IScaleFeatureData object.

 

See Also

Availability

SOLIDWORKS 2003 SP2, Revision Number 11.2


Provide feedback on this topic

SOLIDWORKS welcomes your feedback concerning the presentation, accuracy, and thoroughness of the documentation. Use the form below to send your comments and suggestions about this topic directly to our documentation team. The documentation team cannot answer technical support questions. Click here for information about technical support.

* Required

 
*Email:  
Subject:   Feedback on Help Topics
Page:   InsertScale Method (IFeatureManager)
*Comment:  
*   I acknowledge I have read and I hereby accept the privacy policy under which my Personal Data will be used by Dassault Systèmes

Print Topic

Select the scope of content to print:

x

We have detected you are using a browser version older than Internet Explorer 7. For optimized display, we suggest upgrading your browser to Internet Explorer 7 or newer.

 Never show this message again
x

Web Help Content Version: API Help (English only) 2019 SP05

To disable Web help from within SOLIDWORKS and use local help instead, click Help > Use SOLIDWORKS Web Help.

To report problems encountered with the Web help interface and search, contact your local support representative. To provide feedback on individual help topics, use the “Feedback on this topic” link on the individual topic page.