Removes a component, body, or face from the collection of entities to which this initial condition is applied.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub RemoveEntity( _
ByVal NIndex As System.Integer _
) |
C# | |
---|
void RemoveEntity(
System.int NIndex
) |
C++/CLI | |
---|
void RemoveEntity(
& System.int NIndex
) |
Parameters
- NIndex
- Index of entity to remove
See Also
Availability
SOLIDWORKS Simulation API 2012 SP0