Removes the entity at the specified index from a tight fit.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub RemoveTightFitEntity( _
ByVal NIndex As System.Integer _
) |
Visual Basic (Usage) | |
---|
Dim instance As ICWBoltConnector
Dim NIndex As System.Integer
instance.RemoveTightFitEntity(NIndex) |
C# | |
---|
void RemoveTightFitEntity(
System.int NIndex
) |
C++/CLI | |
---|
void RemoveTightFitEntity(
& System.int NIndex
) |
Parameters
- NIndex
- 0-based index of entity to removed from a tight fit
See Also
Availability
SOLIDWORKS Simulation API 2009 SP0