Click or drag to resize

PinCurrentMove Method

Move this source to a new segment and end.

Namespace: ema3d.Api.V25.Cabling.Excitation
Assembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntax
public void Move(
	IHasTrimmedCurve segment,
	EndType end
)

Parameters

segment  IHasTrimmedCurve
The new segment to move to.
end  EndType
The new end to move to.
Remarks
If the end type remains the same, use the Segment setter instead.
See Also