<InitialPositionNumber>
Section:
Options
Required:
No
Value type:
Integer
Default:
10
Product:
Creo Elements/Direct Model Manager, Creo Elements/Direct Drawing Manager (2D only)
Description
Position numbers are numbers that appear on a 2D drawing, in a table that contains a short description of the parts in the drawing and in the drawing, pointing to the associated part. <InitialPositionNumber> defines the value to be used for the first part, and <PositionNumberIncrement> defines how the number should be incremented for additional parts.
Example
This example shows the initial value set to 2 and the increment set to 5. This would result in the numbering sequence 2, 7, 12...:
<InitialPositionNumber>2</InitialPositionNumber>
<PositionNumberIncrement>5</PositionNumberIncrement>
Was this helpful?