Class McdNodeHelper
Inheritance
McdNodeHelper
Assembly: CAMAPI.DotnetHelper.dll
Syntax
public static class McdNodeHelper
Methods
Caption(ComWrapper<ICamApiMcdNode>)
Caption of the node as shown in the simulation tree.
Declaration
public static string Caption(this ComWrapper<ICamApiMcdNode> nodeCom)
Parameters
Returns
Info(ComWrapper<ICamApiMcdNode>)
Additional human-readable info specific to the node type — for example,
the last point coordinates of a GOTO command, or the parameters of a
CIRCLE/CYCLE/PPRINT command. Empty for nodes that have no extra info.
Declaration
public static string Info(this ComWrapper<ICamApiMcdNode> nodeCom)
Parameters
Returns
IsError(ComWrapper<ICamApiMcdNode>)
Whether the node carries any simulation error (gouge, collision, holder
contact, plunge angle, axis travel, rapid contact, compensation, tool
overload, turn direction).
Declaration
public static bool IsError(this ComWrapper<ICamApiMcdNode> nodeCom)
Parameters
Returns