 | TopologyModifierFlattenHarness Method |
Flattens the Harness and all its children into a list
Namespace: ema3d.Api.V26.CablingAssembly: ema3d.Api.V26 (in ema3d.Api.V26.dll) Version: 0.0.0.0
Syntaxpublic static IList<ISimulationCable> FlattenHarness(
Harness harness
)
Public Shared Function FlattenHarness (
harness As Harness
) As IList(Of ISimulationCable)
public:
static IList<ISimulationCable^>^ FlattenHarness(
Harness^ harness
)
static member FlattenHarness :
harness : Harness -> IList<ISimulationCable> Parameters
- harness Harness
Return Value
IListISimulationCable
See Also