General InformationThis opening ID is invoked when you use the Documentation command or the Front View command to generate your harness drawing. This opening ID is used to customize the cutting line offset distance.
Input ObjectsInput objects must be of the following types:
Context Object Parameters
SampleThe following sample illustrates how to set an offset distance of 50 millimeters to the cutting line. /* CATRule signature (do not edit) : (ThisObject : #In Segment, Parameters : #In RuleContext) : #Void */ // variables declaration let distance(Length) // variables initialization set distance = 50mm // set cutting distance Parameters.SetAttributeReal("CuttingOffset", distance) |