Click or drag to resize

CTInterfaceOnBatchProcessPreCreateFlatView Event

Invoked just before conversion engine creates a flat view from a single body model to a drawing. Allows manipulating both the drawing and the model, and to force using named view instead of system generated FlatPattern -view. Not that this event is not invoked for multibody parts as using custom view for them is not possible.

Namespace: ATR.CT.CTInterface
Assembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntax
public event EventHandler<BatchProcessPreCreateFlatViewArgs> OnBatchProcessPreCreateFlatView

Value

EventHandlerBatchProcessPreCreateFlatViewArgs
Revision History
DateVersionDescription
-2021 SP2First Release
See Also