API Reference
Command
New-ImageTopologyMotion
Creates script-free route motion options for topology output.
Remarks
Use a scenario id, explicit edge ids, or neither to animate the active or first scenario.
Examples
Animate a named route
PS>
$motion = New-ImageTopologyMotion -ScenarioId request -DurationSeconds 4 -FramesPerSecond 12
Common Parameters
This command supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
For more information, see about_CommonParameters.
Syntax
New-ImageTopologyMotion [-DurationSeconds <Double>] [-EdgeId <String[]>] [-FramesPerSecond <Double>] [-MarkerColor <String>] [-MarkerRadius <Double>] [-MaximumRasterFrames <Int32>] [-NoEndpointPulses] [-NoLoop] [-Progress <Double>] [-ScenarioId <String>] [<CommonParameters>]#Parameter set:
All Parameter SetsParameters
- DurationSeconds Double
- Animation duration in seconds.
- EdgeId String[]
- Optional explicit edge identifiers used as the motion route.
- FramesPerSecond Double
- Frame rate sampled for GIF and APNG output.
- MarkerColor String
- Optional marker color override.
- MarkerRadius Double
- Moving route marker radius.
- MaximumRasterFrames Int32
- Maximum sampled raster frame count.
- NoEndpointPulses SwitchParameter
- Disable endpoint node pulses for explicit-edge routes.
- NoLoop SwitchParameter
- Render one animation cycle instead of looping.
- Progress Double
- Optional static progress position from zero to one.
- ScenarioId String
- Optional scenario identifier used as the motion route.
Outputs
ChartForgeX.Topology.TopologyMotionOptions