Orientation Mark Rule (Generic Ruleset) - Intergraph Smart 3D - Reference Data - Hexagon

Intergraph Smart 3D Drawings and Reports Reference Data

Language
English
Product
Intergraph Smart 3D
Subproduct
Drawings and Reports
Search by Category
Reference Data
Smart 3D Version
13

For the generic rule set (DBRGenericRuleSet.GenericRuleSet), Orientation Mark embedded symbols are located in the [Reference Data Folder]\SharedContent\Drawings\Catalog\Rules\DBRRules\MetaGraphicRules\ LandingCurveWithOrientationMarks\OrientationMarkRules folder. You create symbols in the SmartSketch Drawing Editor.

Line Rule

METHOD

Enables you to draw the orientation mark using the line rule. Type Symbol in the METHOD attribute to draw the orientation mark using any symbol.

ORIENTATIONMARKS

Specifies where to place the orientation marks for the profile. Type one of the following values in the ORIENTATIONMARKS attribute.

  • OnlyAtEnds

  • BothEndsAndIntersections

  • OnlyAtIntersections

  • NoOrientationMarks

MOUNTINGANGLEREPRESENTATION

Specifies the mounting angle representation or length of the orientation mark. Type FromPlateSurfaceNormal or OnReferencePlane in the MOUNTINGANGLEREPRESENTATION attribute.

The example code below displays the line rule parameters and attributes.

Sample code_Line Rule

Cross Section Rule

METHOD

Enables you to draw the orientation mark using a cross section. Type CrossSection in the METHOD attribute.

ORIENTATIONMARKS

Specifies how the software places the cross section orientation mark. Type one of the following options in the ORIENTATIONMARKS attribute.

  • IntersectionAndEnds

  • OnlyEnds

  • OnlyIntersection

  • NoOrientationMarks

The example code below displays the cross section rule parameters and attributes.

Sample code_CrossSection Rule