Gets the specified envelope velocity for the specified entities across all solution steps.
.NET Syntax
Visual Basic (Usage) | |
---|
Dim instance As ICWResults
Dim NComponent As Integer
Dim NEnvelopeType As Integer
Dim DispPlane As Object
Dim ArraySelectedEntities As Object
Dim NUnits As Integer
Dim ErrorCode As Integer
Dim value As Object
value = instance.GetEnvelopeVelocityForEntities(NComponent, NEnvelopeType, DispPlane, ArraySelectedEntities, NUnits, ErrorCode)
|
Parameters
- NComponent
Velocity component as defined in swsVelocityComponent_e
- NEnvelopeType
Envelope plot type as defined in swsEnvelopePlotType_e
- DispPlane
- Plane, axis, or coordinate system; valid only if NComponent is set to a directional component; specify Nothing if NComponent is not a directional component
- ArraySelectedEntities
- Array of geometric entities
- NUnits
Units of velocity as defined in swsVelocityUnit_e
- ErrorCode
Error as defined in swsResultsError_e
Return Value
Array of velocity component values
See Also
Availability
SolidWorks Simulation API 2012 SP0