Share

PunchNotes.Add Method

Parent Object: PunchNotes

Description

Method that creates a punch note on the sheet based on the \input punch edge.

Syntax

PunchNotes.Add( Position As Point2d, PunchEdge As GeometryIntent, [DimensionStyle] As Variant ) As PunchNote

Parameters

Name Type Description
Position Point2d Input Point2d that specifies the position of the punch note on the sheet.
PunchEdge GeometryIntent Input GeometryIntent object that specifies the punch geomery to create the note for. The GeometryIntent object defines the geometry (typically a curve but can also be a center mark that represents the origin of a punch) and the location on the geometry where the note will point. If the GeometryIntent does not represent a punch edge or punch center, the method returns an error.
DimensionStyle Variant Optional input Variant that specifies which dimension style to use for the note. The dimension style can be specified by providing the name of an existing style or by supplying a DimensionStyle object.

This is an optional argument whose default value is null.

Samples

Name Description
create punch note This sample demonstrates the creation of a punch note on the drawing view of a flat pattern.

Version

Introduced in version 2010

Was this information helpful?