Namespace CAMAPI.Machine
Structs
TCamApiChannelFeedState
TCamApiMachineAxisInfo
TCamApiSpindleSpeedState
Interfaces
ICamApiMachine
Machine instance
ICamApiMachineEvaluator
Machine evaluator - stores state of machine and can solve kinematic problems
ICamApiMachineInfo
Static information about a machine axis (does not include the live value). User-facing axis name (e.g. "X", "A", "Spindle") Unique axis address (machine schema identifier) Motion type (linear / rotary) Minimum reachable value of the axis Maximum reachable value of the axis Current feedrate state of a simulation channel. Mode determining how FeedValue is interpreted Feed value in the units defined by FeedMode Current spindle speed state. Active spindle speed mode Spindle speed in RPM (valid when SpeedMode = cssmRPM) Constant Surface Speed value (valid when SpeedMode = cssmCSS) Global information about the machine of CAM system
ICamApiToolConnector
Tool connector
ICamApiWorkpieceConnector
Workpiece connector
Enums
TCamApiAxisMotion
TCamApiFeedMode
TCamApiSpindleSpeedMode
enumTCamApiAxisMotion
Motion type of a machine axis
enumTCamApiFeedMode
Feedrate mode used to interpret TCamApiChannelFeedState.FeedValue
enumTCamApiSpindleSpeedMode
Spindle speed mode used to interpret TCamApiSpindleSpeedState