Interface ICamIpcBoxPrimitiveModelItem
Assembly: CAMIPC.ModelFormerTypes.dll
[Guid("D2DBC6ED-23E8-4307-925F-36326D9388D2")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface ICamIpcBoxPrimitiveModelItem
Properties
Declaration
Property Value
Not supported for box primitives — SetStock is a no-op. Use per-direction stocks (XMaxStock, XMinStock, etc.).
Declaration
double Stock { get; set; }
Property Value
Declaration
double XMaxStock { get; set; }
Property Value
Declaration
double XMinStock { get; set; }
Property Value
Declaration
double YMaxStock { get; set; }
Property Value
Declaration
double YMinStock { get; set; }
Property Value
Declaration
double ZMaxStock { get; set; }
Property Value
Declaration
double ZMinStock { get; set; }
Property Value
Methods
Get unique identifier of current instance (used in IPC messages)
Declaration
Returns
Name of active CS from project CS list
Declaration
Returns
Declaration
void SetLcsCustom(TST3DMatrix Matrix)
Parameters
Select CS by name from project CS list
Declaration
void SetLcsName(string Name)
Parameters
| Type |
Name |
Description |
| string |
Name |
|