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)
Syntax
public event EventHandler<BatchProcessPreCreateFlatViewArgs> OnBatchProcessPreCreateFlatView

Value

Type: SystemEventHandlerBatchProcessPreCreateFlatViewArgs
Availability

CUSTOMTOOLS 2021 SP2


See Also