Problem In Structure Labels, the Connected Pipe Direction component displays hard-coded cardinal direction abbreviations (N, NE, E, SE, S, SW, W, NW). These values are automatically localized based on the language of the Civil 3D installation, but they cannot be customized or accessed through Expressions. This creates several limitations: Companies working in multilingual environments cannot use a single Civil 3D installation while complying with local drafting standards. Users cannot adapt the abbreviations to company or agency standards. Expressions cannot be used to translate or replace the returned values. For example, French drafting standards use O, NO, and SO instead of W, NW, and SW. These abbreviations are only available when using the French version of Civil 3D, making it impossible for users of the English version to produce compliant labels. Proposed Solution Instead of returning hard-coded text, expose the connected pipe direction as a configurable value. Any of the following solutions would address the issue: Allow users to customize the text displayed for each direction (N, NE, E, SE, S, SW, W, NW). Expose the direction as an enum or numeric value that can be used in Expressions. Provide a mapping table within the label style or drawing settings. Benefits Better localization without requiring a language-specific installation. Support for company, agency, and regional drafting standards. Greater flexibility for label customization. Consistent with other areas of Civil 3D where abbreviations and displayed text can already be customized. This would be a relatively small enhancement with significant benefits for international users and organizations maintaining standardized drafting practices.
Show More