Create Pitch Circle Dimensions
- Last UpdatedFeb 25, 2026
- 2 minute read
The PDIM position is defined by two p-points, p-lines or positions, for example:
|
NEW PDIM |
Create PDIM |
|
PCEN IDP @ |
Define center point as p-point position |
|
PCIRC IDP @ |
Define circumference point as p-point position |
|
NEW PDIM |
|
|
PCEN POS @ |
Define center point as 3D position |
|
PCIRC IDP @ |
The Pcenter command defines or redefines the center point of a PDIM. For example:
|
PCEN IDP @ |
Position center point on p-point - creates an RPPT |
|
PCEN IDPL @ |
Position center point on p-line (start) - creates an RPPT |
|
PCEN IDPD @ |
Position center point at a distance along a p-line - creates an RPPT |
|
PCEN POS @ |
Position center point at a 3D position - creates an RPOI |
|
PCEN POS IDP @ |
Position center point on p-point position - creates an RPOI |
|
PCEN POS IDPL @ |
Position center point on p-line (start) position - creates an RPOI |
|
PCEN POS IDPD @ |
Position center point at a distance along a p-line - creates an RPOI |
|
PCEN @ |
Position center point on a p-point (and set DDEG if possible) |
If the existing center point is the wrong database type, then this command deletes it and creates a point of the correct type.
The PCIRCUMFERENCE command defines or redefines the Circumference point of a PDIM:
(as for PCEN)
|
PCIRC IDP @ |
Position circumference point on p-point - creates an RPPT |
|
PCIRC IDPL @ |
Position circumference point on p-line (start) - creates an RPPT |
|
PCIRC IDPD @ |
Position circumference point at a distance along a p-line - creates an RPPT |
|
PCIRC POS @ |
Position circumference point at a 3D position - creates an RPOI |
Creates or redefines the circumference point of the PDIM. As with the PCEN command, an RPPT or RPOI element is created as appropriate. If necessary the existing circumference point is deleted. DDEG normally remains unchanged. However, the command:
DDEG TRUE
changes DDEG so that the dimension line passes through the circumference point.
A PDIM can be defined using two cursor hits. These define the Dimension Points and set DDEG for a PDIM but do not set DTRAD.
Example
NEW PDIM PCEN IDP @ PCIRC @
Individual RPPT Dimension Points can be redefined using the ON command. Individual RPOI Dimension Points can be modified by the POS command. If a RULE is required to parameterize the 3D position, then this must be set or deleted explicitly at the RPOI.