Adds a face, edge, or vertex to the collection of entities to which this remote load is applied.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub InsertEntity( _
ByVal DispEntity As System.Object _
) |
Visual Basic (Usage) | |
---|
Dim instance As ICWRemoteLoad
Dim DispEntity As System.Object
instance.InsertEntity(DispEntity) |
C++/CLI | |
---|
void InsertEntity(
& System.Object^ DispEntity
) |
Parameters
- DispEntity
- Entity (see Remarks)
Return Value
Index of entity added
Remarks
See Also
Availability
SolidWorks Simulation API 2012 SP0