Removes the specified distributed masses from the calculation of mass properties.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function RemoveDistributedMasses( _
ByVal NameArray As System.Object _
) As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWMassPropertiesManager
Dim NameArray As System.Object
Dim value As System.Integer
value = instance.RemoveDistributedMasses(NameArray) |
CSolidWorks.Interop.cosworks~SolidWorks.Interop.cosworks.ICWMassPropertiesManager~RemoveDistributedMasses.html# | |
---|
System.int RemoveDistributedMasses(
System.object NameArray
) |
C++/CLI | |
---|
System.int RemoveDistributedMasses(
& System.Object^ NameArray
) |
Parameters
- NameArray
- Array of the names of distributed masses to remove
Return Value
Error code as defined in
swsSimMassPropertiesError_e
See Also
Availability
SOLIDWORKS Simulation API 2017 SP0