Hide Table of Contents
InsertScale Method (IFeatureManager)

Inserts a feature that applies a scaling factor to the model.

.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 of the scale factor

YScale

Y direction of the scale factor

ZScale

Z direction of the scale factor

Return Value

Pointer to the IFeature object

Example

Remarks

If Uniform is...

Then...

True

XScale is used as the uniform scaling factor.

false

All three scaling factors (XScale, YScale, and ZScale) are used as the uniform scaling factor.

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) 2017 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.