Adds the specified linkage rod connectors to the calculation of mass properties.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function AddLinkageRods( _
ByVal NamesArray As System.Object _
) As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWMassPropertiesManager
Dim NamesArray As System.Object
Dim value As System.Integer
value = instance.AddLinkageRods(NamesArray) |
C# | |
---|
System.int AddLinkageRods(
System.object NamesArray
) |
C++/CLI | |
---|
System.int AddLinkageRods(
& System.Object^ NamesArray
) |
Parameters
- NamesArray
- Array of the names of linkage rod connectors to add to the mass properties calculation
Return Value
Error code as defined by
swsSimMassPropertiesError_e
See Also
Availability
SOLIDWORKS Simulation API 2022 SP0