This call is deprecated, please use call GetConceptualFaceEx().
Syntax
public const string ifcenginedll = @"ifcengine.dll";
[DllImport(IFCEngineDLL, EntryPoint = "getConceptualFaceEx")]
public static extern Int32 getConceptualFaceEx(int_t instance, int_t index, out int_t startIndexTriangles, out int_t noIndicesTriangles, out int_t startIndexLines, out int_t noIndicesLines, out int_t startIndexPoints, out int_t noIndicesPoints, out int_t startIndexFacePolygons, out int_t noIndicesFacePolygons, out int_t startIndexConceptualFacePolygons, out int_t noIndicesConceptualFacePolygons);
Property instance
Size: 32 bit / 4 byte (value)
...
Property index
Size: 32 bit / 4 byte (value)
...
Property startIndexTriangles
Size: 32 bit / 4 byte (reference)
...
Property noIndicesTriangles
Size: 32 bit / 4 byte (reference)
...
Property startIndexLines
Size: 32 bit / 4 byte (reference)
...
Property noIndicesLines
Size: 32 bit / 4 byte (reference)
...
Property startIndexPoints
Size: 32 bit / 4 byte (reference)
...
Property noIndicesPoints
Size: 32 bit / 4 byte (reference)
...
Property startIndexFacePolygons
Size: 32 bit / 4 byte (reference)
...
Property noIndicesFacePolygons
Size: 32 bit / 4 byte (reference)
...
Property startIndexConceptualFacePolygons
Size: 32 bit / 4 byte (reference)
...
Property noIndicesConceptualFacePolygons
Size: 32 bit / 4 byte (reference)
...