GetConceptualFaceDiscriminator
The name will be the same for each recalculation of the geometry.
The return value (and optional argument name) have a valid content till the next call of this
function or till the model is closed.
Note: This allows to keep track of conceptual faces if te number of conceptual faces changes.
For example in case of a boolean operation where the type of placement of objects is changing.
Syntax
public const string enginedll = @"engine.dll"; [DllImport(enginedll, EntryPoint = "GetConceptualFaceDiscriminator")] public static extern IntPtr GetConceptualFaceDiscriminator(Int64 owlInstance, Int64 index, out IntPtr name);
Property owlInstance
Size: 64 bit / 8 byte (value)Property index
Size: 64 bit / 8 byte (value)Property name
Size: 32 bit / 4 byte (reference)???.