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

mdlPattern_area

$
0
0

We use the mdlPatter_area function in different MS Versions from V95 to Connect

In Connect we have the following problem which works fine in V8i

The same drawing, the same values like cellname , size etc.. , same cell library.   It is archpa.cell which we use the origun from Connect and a test with the V8i linrary.

In Connect  the patter like ANSI31 are not correct  scaled, BATEN pattern does not appear etc..

In other drawings ANSI31 etc are OK, but BATEN is missing etc. 

It seems that Connect uses  additional values from the DGN settings which V8i (or V95 to V8i) does not

Regards

Thomas Kurtz

 

Small code snippet. Same in V8i and Connect, Same Values

       patt_err = mdlPattern_area

                            (&patternEdP,/* Output element descriptor */

                                    edP,          /* Element to be patterned */

                                    NULL,         /* No holes */

                                    NULL,         /* No cell descriptor */

                                    uniCellName,

                                    groesse,  /* Active pattern scale */

                                    angle,        /* Pattern angle in radians */

                                    rowSpacing,          /* Active row spacing */

                                    columnSpacing, /* Active column spacing */

                                    -1,                  /* View < 0 => use top view */

                                    FALSE,        /* Search NOT file for holes */

                                    NULL);        /* Use design file origin */


Viewing all articles
Browse latest Browse all 4331


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