Interface ICamApiFixtureConnectorItem
Fixture connector item: root node that links to a machine workpiece holder
(TFxMachineConnectorItem). Holds base visual properties plus connector index.
Assembly: CAMAPI.ModelFormerTypes.dll
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("6D4EF7A8-B9C0-4123-D4E5-F6A7B8C9D0E1")]
public interface ICamApiFixtureConnectorItem
Properties
Declaration
string Caption { get; set; }
Property Value
Display color as packed RGB integer 0xRRGGBB
Declaration
Property Value
Index of the machine workpiece holder this fixture is attached to
Declaration
int ConnectorIndex { get; set; }
Property Value
When true, the machine connector matrix is not applied
Declaration
bool DoNotUseConnectorMatrix { get; set; }
Property Value
Declaration
TST3DMatrix GlobalMatrix { get; }
Property Value
Declaration
bool IsTransparent { get; set; }
Property Value
Visibility / enabled flag
Declaration
bool IsVisible { get; set; }
Property Value
Declaration
int MultiplyCount { get; set; }
Property Value
Current position offset in mm
Declaration
double Position { get; set; }
Property Value
Declaration
TST3DMatrix SetupLCS { get; set; }
Property Value
Extra material allowance (stock offset)
Declaration
double Stock { get; set; }
Property Value
Declaration
TST3DMatrix TransformMatrix { get; }
Property Value
Methods
The component tree (chuck / vise / clamp root) attached to this connector
Declaration
ICamApiFixtureComponentItem GetComponent()
Returns