GetFacePositionInfo Method - Intergraph Smart 3D - Reference Data

Intergraph Smart 3D Hangers and Supports Reference Data

Language
English
Product
Intergraph Smart 3D
Subproduct
Hangers and Supports
Search by Category
Reference Data
Smart 3D Version
11 (2016)

The GetFacePositionInfo method of SupportingHelper provides access to FacePosition information of the supporting port to which the support object is connected. This method takes structure index as input and returns the following four outputs:

  • CardinaPoint

  • GroupKey

  • Offset

  • OffsetY

The FacePosition information is available in the FacePositionSelection sheet of the HS_System.xls workbook. The following code shows a sample implementation of this method.

int lCardinalPnt;

int lGroupKey;

double Offset;

double OffsetY;

SupportingHelper.GetFacePositionInfo (1,lCardinalPnt, lGroupKey, Offset, OffsetY);

For more information on the outputs returned by GetFacePositionInfo method, see Face Position Selection Sheet.