Hide Table of Contents
CreateMassProperty Method (IModelDocExtension)

Creates a IMassProperty object.

.NET Syntax

Visual Basic (Declaration) 
Function CreateMassProperty() As MassProperty
Visual Basic (Usage) 
Dim instance As IModelDocExtension
Dim value As MassProperty
 
value = instance.CreateMassProperty()
C# 
MassProperty CreateMassProperty()
C++/CLI 
MassProperty^ CreateMassProperty(); 

Return Value

IMassProperty object

Example

Remarks

The IMassProperty object obtains mass property information about one or more solid bodies in the document from which the IMassProperty object is obtained.

 

Only use solid bodies for the mass property calculations. You can specify the coordinate system about which the moments is calculated using IMassProperty::SetCoordinateSystem. If you do not use IMassProperty::SetCoordinateSystem, then the documents origin is the coordinate system.

 

The results of the mass property calculations vary based on whether or not IMassProperty::AddBodies or IMassProperty::IAddBodies is used.  

 

If IMassProperty::AddBodies or IMassProperty::IAddBodies is...

Then...

Called and bodies are specified

These bodies can either be from a subset of the documents body list or from temporary bodies.  

NOTE: Each specified body should either come from the owning document or be a temporary body. If the body does not satisfy either case, then it is not used when calculating the mass properties.

Not called

Mass properties' calculations include all available bodies in the document.

  • Part. All of the solid bodies are included in the calculations.  

  • Assembly. All of the bodies in all of the components are used in the calculations.

 

If the document from which the IMassProperty object came is an assembly, then any body from any of the child components can be used. To obtain the body, call IComponent2::GetBodies2. Your application does not need to make a copy of the body or apply a transform to the body.

 

IModelDocExtension::CreateMassProperty gets the recalculated up-to-date values regardless of the IModelDocExtension::NeedsRebuild status.

 

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:   CreateMassProperty Method (IModelDocExtension)
*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) 2012 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.