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