Gets the specified envelope acceleration for the specified entities across all solution steps.
.NET Syntax
Visual Basic (Usage) | |
---|
Dim instance As ICWResults
Dim NComponent As System.Integer
Dim NEnvelopeType As System.Integer
Dim DispPlane As System.Object
Dim ArraySelectedEntities As System.Object
Dim NUnits As System.Integer
Dim ErrorCode As System.Integer
Dim value As System.Object
value = instance.GetEnvelopeAccelerationForEntities(NComponent, NEnvelopeType, DispPlane, ArraySelectedEntities, NUnits, ErrorCode) |
Parameters
- NComponent
Component of acceleration as defined in swsAccelerationComponent_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 acceleration as defined by swsAccelerationUnit_e
- ErrorCode
Error as defined in swsResultsError_e
Return Value
Array of acceleration component values
See Also
Availability
SOLIDWORKS Simulation API 2012 SP0