This function returns the material instance relevant for this
conceptual face.
Syntax
// Visual Studio for Windows
public:
__int64 __declspec(dllexport) __stdcall GetConceptualFaceMaterial(
__int64 conceptualFace
);
// Linux, OS-X and non-Visual Studio Windows solutions
public:
int64_t GetConceptualFaceMaterial(
int64_t conceptualFace
);
Property conceptualFace
Size: 64 bit / 8 byte (value)
A conceptual face is a face that does not have to be placed within one plane. For example a Cylinder has typically 3 conceptual faces where a Box typically has 6 conceptual faces. In case of a Box the 'normal' face count is equal to the conceptual face count, in case of a Cylinder the 'normal' face count depends on the segmentation, for example in case of 36 segments, it will have 38 faces but still 3 conceptual faces.