getConceptualFaceEx

This call is deprecated, please use call GetConceptualFaceEx().

Syntax

//
//   Strong typing definition
//
int_t           getConceptualFaceEx(
                        SdaiInstance            instance,
                        int_t                   index,
                        int_t                   * startIndexTriangles,
                        int_t                   * noIndicesTriangles,
                        int_t                   * startIndexLines,
                        int_t                   * noIndicesLines,
                        int_t                   * startIndexPoints,
                        int_t                   * noIndicesPoints,
                        int_t                   * startIndexFacePolygons,
                        int_t                   * noIndicesFacePolygons,
                        int_t                   * startIndexConceptualFacePolygons,
                        int_t                   * noIndicesConceptualFacePolygons
                    );


//
//   Weak typing definition
//
int_t   __declspec(dllexport) __stdcall   getConceptualFaceEx(
                                                                        int_t                   instance,
                                                                        int_t                   index,
                                                                        int_t                   * startIndexTriangles,
                                                                        int_t                   * noIndicesTriangles,
                                                                        int_t                   * startIndexLines,
                                                                        int_t                   * noIndicesLines,
                                                                        int_t                   * startIndexPoints,
                                                                        int_t                   * noIndicesPoints,
                                                                        int_t                   * startIndexFacePolygons,
                                                                        int_t                   * noIndicesFacePolygons,
                                                                        int_t                   * startIndexConceptualFacePolygons,
                                                                        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)
...