[x3d-public] Extrusions in x3d.py...patches. was: [x3d.py problem validating MFVec2f (non-specified crossSection) default value]

John Carlson yottzumm at gmail.com
Thu Jun 9 02:58:32 PDT 2022


I've been unable to find where to change the crossSection and spine in
X3duomToX3dPythonPackage.xslt
 , searching for "# default".   Look for defaultValue just before it is my
suggestion.

See how crossSection and spine need to change to be acceptable.

Thanks!  No rush, I have a patched x3d.py I am using.

John

On Thu, Jun 9, 2022 at 4:26 AM John Carlson <yottzumm at gmail.com> wrote:

> $ diff /c/x3d-code/www.web3d.org/x3d/stylesheets/python/x3d.py x3d.py
> 39004c39004
> <             crossSection = [(1, 1, 1, -1, -1, -1, -1, 1, 1, 1)] # default
> ---
> >             crossSection = [(1, 1), (1, -1), (-1, -1), (-1, 1), (1, 1)]
> # default
> 39054c39054
> <             spine = [(0, 0, 0, 0, 1, 0)] # default
> ---
> >             spine = [(0, 0, 0), (0, 1, 0)] # default
>
> ==============================================================
> Patches to x3d.py's xslt next.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://web3d.org/pipermail/x3d-public_web3d.org/attachments/20220609/12cb66ac/attachment.html>


More information about the x3d-public mailing list