Interface ICamIpcCurve2DModelItemWithBridges
IPC: Mixin on ICamIpcCurve2DModelItem giving typed access to the list of
bridges (tabs) placed on this curve. Obtain via QueryInterface from
a curve item returned by AddCurves2DSelected / GetItem on a curve2D
former. Mirrors ICamApiCurve2DModelItemWithBridges.
Implemented by TCurveOpAddInfo.
Assembly: CAMIPC.ModelFormerTypes.dll
[Guid("1012137E-0F7F-48CC-83C0-D8A14AC34305")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface ICamIpcCurve2DModelItemWithBridges
Properties
Number of bridges currently placed on this curve.
Declaration
int BridgesCount { get; }
Property Value
Methods
Declaration
ICamIpcCurveBridgeModelItem AddBridge(double Position)
Parameters
| Type |
Name |
Description |
| double |
Position |
|
Returns
Remove all bridges from this curve. Equivalent of ClearBridges(true) on the former for a single curve.
Declaration
Declaration
void DeleteBridge(int Index)
Parameters
| Type |
Name |
Description |
| int |
Index |
|
Declaration
ICamIpcCurveBridgeModelItem GetBridge(int Index)
Parameters
| Type |
Name |
Description |
| int |
Index |
|
Returns
Get unique identifier of current instance (used in IPC messages)
Declaration
Returns
Reverse bridge order and mirror each Position to 100-Position. Matches UI "invert curve" behavior.
Declaration