Quantcast
Channel: MicroStation Programming Forum - Recent Threads
Viewing all articles
Browse latest Browse all 7260

GPArray::add() returns ERROR when reading a complex chain

$
0
0

Hi

I have a model with a complex chain. And it will go into following code when reading the model.

case ICurvePrimitive::CURVE_PRIMITIVE_TYPE_InterpolationCurve:
case ICurvePrimitive::CURVE_PRIMITIVE_TYPE_AkimaCurve:
default:
{
    bIsGPArray = true;

    if (SUCCESS != gpa->Add(*curveVector.get()))
        break;
    ....
}

But the return value of "gpa->Add(*curveVector.get()" is ERROR, can I regard the toolkit could not add such type of curve into GP array?

The complex chain is like:

Thanks,

Richard


Viewing all articles
Browse latest Browse all 7260

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>