Click or drag to resize

Macro Interface

The Macro object. Provides access to all the information related to macro.

Namespace: Woodwork.Automation.Macro
Assembly: WoodworkAutomation (in WoodworkAutomation.dll) Version: 2.1.25
Syntax
public interface Macro

The Macro type exposes the following members.

Properties
 NameDescription
Public propertyAlignedSide Gets the aligned side coordinate system.
Public propertyBodyName Gets the name of the body.
Public propertyClamping Gets the clamping coordinate system.
Public propertyIsSelfSufficient Gets a value indicating whether this macro is designed to fully achieve result without help of other cam operations.
Public propertyName Gets the name.
Public propertyOrigin Gets the macro origin.
Public propertyReferenceCoordinateSystem Gets the coordinate system manager.
Public propertySide Gets the side that macro was created in.
Public propertyWorkpiece Gets the workpiece.
Top
See Also