Add a Tolerance - Intergraph Smart 3D - Reference Data - Hexagon PPM

Intergraph Smart 3D Planning Reference Data

Language
English
Product
Intergraph Smart 3D
Subproduct
Planning
Search by Category
Reference Data
Smart 3D Version
13
  1. Navigate to [Reference Data Folder]\SharedContent\Planning\CommonPart\XML folder.

  2. Open S3D_CommonObject_xxx.xml file where xxx refers to an object type.

  3. Add new XML node S3D_RuleProperty for each tolerance using the syntax shown in the following graphic:

    Add a Tolerance - S3D_RuleProperty

  4. Navigate to [Programming Resources Folder]\Programming\ExampleCode\Planning\Rules\CommonEntity\ComparisionRule\CommonEntityComparison.vbp

  5. Open xxxRule.cls where xxx refers to the object type.

  6. Add a new tolerance in the method SetPropertyValues() using the syntax shown in the following graphic:

    Add a Tolerance - SetPropertyValues()

  7. Save and compile the VB Rule Project.