Interface and Property - Intergraph Smart 3D - Reference Data - Hexagon

Intergraph Smart 3D Structural Manufacturing Reference Data

Language
English
Product
Intergraph Smart 3D
Subproduct
Structural Manufacturing
Search by Category
Reference Data
Smart 3D Version
13

Interfaces and properties support customization. Interfaces and properties provide an easy way to gain access to additional properties.

<S3DProperty NAME=" CustomDryCGX" INTERFACE_PROPERTY=
"IJWeightCGGrouping:: DryCGX"/>

Managed Export supports assemblies, plates, profiles, and members. The Schema Browser finds the valid interfaces and properties for each entity type. The table below contains Schema Browser navigation instructions to find the valid interfaces for each entity.

Entity Type

Schema Browser Navigation

Assembly

Planning Business Services > CAssemblyBase

Plate

ShipStructure Business Services > CPlatePart

Profile

ShipStructure Business Services > CProfilePart

Member

SmartPlant Structure Business Services > CSPSMemberPartPrismatic

The Schema Browser for an assembly, shown below, contains the following:

  • Items with blue icons represent valid interfaces.

  • Expand an interface to display properties associated with that interface.

  • Properties display with green icons.

Managed Export_Schema Browser

For example, you can create a property to get the dry x-coordinate for the center of gravity:

<S3DProperty NAME=" CustomDryCGX" INTERFACE_PROPERTY="IJWeightCGGrouping:: DryCGX"/>

You can now use CustomDryCGX as a property in the S3DOutput element of the S3DEntity for assemblies.