Hide Table of Contents
IGetMassProperties2 Method (ISldWorks)

Gets the mass properties from the specified document for the specified configuration.

.NET Syntax

Visual Basic (Declaration) 
Function IGetMassProperties2( _
   ByVal FilePathName As System.String, _
   ByVal ConfigurationName As System.String, _
   ByRef MPropsData As System.Double, _
   ByVal Accuracy As System.Integer _
) As System.Boolean
Visual Basic (Usage) 
Dim instance As ISldWorks
Dim FilePathName As System.String
Dim ConfigurationName As System.String
Dim MPropsData As System.Double
Dim Accuracy As System.Integer
Dim value As System.Boolean
 
value = instance.IGetMassProperties2(FilePathName, ConfigurationName, MPropsData, Accuracy)
C# 
System.bool IGetMassProperties2( 
   System.string FilePathName,
   System.string ConfigurationName,
   ref System.double MPropsData,
   System.int Accuracy
)
C++/CLI 
System.bool IGetMassProperties2( 
&   System.String^ FilePathName,
&   System.String^ ConfigurationName,
&   System.double% MPropsData,
&   System.int Accuracy
) 

Parameters

FilePathName

Document path and file name

ConfigurationName

Name of configuration to use

MPropsData

Array of doubles

Accuracy
  • 0 = as is

  • 1 = default

  • 2 = maximum

Return Value

  • in-process, unmanaged C++: Pointer to an array of doubles of size 13; last element is the accuracy at which mass properties are calculated 
  • VBA, VB.NET, C#, and C++/CLI: Not supported

    See In-process Methods for details about this type of method.

  • Remarks

    You can get the density of the current SolidWorks part using ISldWorks::GetUserPreferenceDoubleValue and swMaterialPropertyDensity. If the density has not been explicitly set by the user, then SolidWorks uses 1.0. You can also derive the density of the body from the following calculation:

    Density = ( Mass / Volume )

    Consistent with all other functions, this method returns metric units unless otherwise specified.

    If this IModelDoc2 object is an assembly, then any suppressed components are not included in the mass property analysis. See IComponent2::GetSuppression to determine the state of each of the assembly components.

    This method returns an empty array if mass properties are not calculated when saving the model. This is a system-level setting and is controlled by ISldworks::SetUserPreferenceToggle and swUpdateMassPropsDuringSave.

    NOTE: The calculated origin for the return values is based on the default coordinate systems of the IModelDoc2, not on the a selected coordinate system.

     

    See Also

    Availability

    SolidWorks 2003 FCS, Revision Number 11.0


    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:   IGetMassProperties2 Method (ISldWorks)
    *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) 2014 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.