Adds a face or shell edge to the collection of entities on which to distribute the mass.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function InsertEntity( _
ByVal DispEntity As System.Object _
) As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWDistributedMass
Dim DispEntity As System.Object
Dim value As System.Integer
value = instance.InsertEntity(DispEntity) |
C# | |
---|
System.int InsertEntity(
System.object DispEntity
) |
C++/CLI | |
---|
System.int InsertEntity(
& System.Object^ DispEntity
) |
Parameters
- DispEntity
- Face or edge
Return Value
Index of entity added
See Also
Availability
SOLIDWORKS Simulation API 2012 SP0