Quantcast
Channel: SCN : Discussion List - 3D Visual Enterprise Developer Center
Viewing all 40 articles
Browse latest View live

How to integrate 3D Visual Enterprise with work manager 6.1 for agentry android client

$
0
0

Hello Experts,

 

I have performed all the step for integration Visual Enterprise with agentry android client which is given in SAPEAMSDK10install guide. But when i am running the application on the client its showing only location path of file. It seems like VE is not integrated properly with android client. I am checking on android version 4.0.4.

 

So, can anyone tell me is there anything required for Visual enterprise integration with agentry android client.

 

Regards:

Hitesh


Implementing of VE Viewer 8.0

$
0
0

Attached is a question from our software engineer concerning the implementation of VE Viewer 8.0. Please review attached .txt document for details. Regards,

Bill Tucker

Unable to Load vds file in HTML

$
0
0

Hi All,

I have the 3D viewer installed on my machine. I am trying to embed the vds file in my html like so:

 

<div id=\"viewerDiv\">

     <object id=\"objRH\" style=\"width:100%; height:265px\" data = \"../Common/Models/PIPELINE.vds\" type=\"application/vds\">

     </object>

</div>

 

Later, after the page loads, I get hold of the DOm object. But the page gives error saying 'Load|File' is nota  function.

         

     var vev = document.getElementById("objRH");

     vev.LoadFile("../Common/Models/PIPELINE.vds");

 

Why is it not able to find the function 'LoadFile' ?? Am I doing anything wrong while embeding the vds file or is it incorrect type?

I have also tried using a file with extenion .rh, but I get same error.

 

Please help.

 

Regards,

Rutika Bodas

Password and CGM Support for HTML5 based viewer

$
0
0

Hi All,

We are integrating HTML5 based viewer in SAP MII. Can you let us know if password protected vds files are supported. Also i have question regarding support of CGM extension files which are supported in Android and ios viewer

Stereo in viewer

$
0
0

Hello;

 

We managed to compile the stereo plugin for the viewer provided in the SDK (SAP 3D Visual Enterprise Core SDK 8.0\GraphicsCore\stereo).

 

We then tested under SAP Viewer on a workstation with an NVidia 3D Vision 2, quadro 5000, ASUS 3D screen, Windows 7 64 bits and DirectX11.

 

It works rather fine when using the OpenGL render engine in quad-buffer mode.

 

We can't get it to work under DirectX render engine. When selecting 3D vision options we have a warning message "3D vision is not implemented in this build" (see attached capture).

 

After some search we found that this message comes from drvDX9.x3d. When editing this file simply in wordpad we can see all stereo modes are described except the 3D Vision.

 

Would there be a way to implement 3D Vision in drvDX9.x3d ?

 

Next step is to get it working in Author.

 

Thanks for help and advices.

 

Daniel

VEV from SAP GUI (monolithic JT): How to receive highlighted parts from VEV and highlight parts in VEV

$
0
0

Hi all,

 

I integrate the 3D VEV (Version 8.0.300.42588, May 5 2015) in SAP-GUI via the Interface IF_GUI_VIEWER_CONSUMER_MODEL.

Two Items

  • If I load the file via the IF_GUI_VIEWER_CONSUMER_MODEL~LOAD_VIEWER method I can pass the parameter IV_ID_FIELD. If I Ieave it initial, the system sets '$RH.POSID'. The result if I handle the SAP_VISUALIZATION event is an ID like 'POSID_16BA8CE0' e.g. What is '$RH.POSID'? For each viewer call the value is calculated new. Can I use other ID's?

    Now I request the metadata. I receive the data in the event handler for event IF_GUI_VIEWER_CONSUMER_MODEL~SAP_METADATA. But without the relation to the ID above.
  • If I like to higlight a part in VEV I use the method IF_GUI_VIEWER_CONSUMER_MODEL~SET_VISUALIZATION. I tried to use the ID from above, but without success.

 

It would be great to get some hints.

 

Best regards

Jürgen

Exporting VEA Steps and Procedures with a Plug-in

$
0
0

I have modified one of the sample plugins to successfully export a model from the VEA.  However, I just cannot work out how to obtain steps and procedures data for inclusion in the export as animation. Is there any guidance anywhere on how to do this? The help files with the SDK are very short on information or examples.

SAP 3D Visual Enterprise Viewer 64 bit

$
0
0

Hi,

 

Is there a 64 bit version of SAP 3D Visual Enterprise Viewer available for windows 7?

 

thanks,
Rohit


Highlight colors in embedded viewer via SDK

$
0
0

Right now in our solution when we select a node in our NodesSelectedEvent we are looking to keep highlighting all the children of a given node.  This works just fine on our end, however we don’t have the ability to change the highlight color of the children much in the way SelectionHighlightColor does for the selected node.  I’m not seeing anything in the documentation that indicates this is existing functionality but I wanted to confirm that this indeed does not exist.  If it doesn’t is it possible we can have access in the future to this type of functionality?  Thanks!

3D VE viewer invalid handle for stdin error

$
0
0

I am creating a windows 8.1 kapsel app with VE viewer and I am getting the following error:

 

print: Assertion failed: invalid handle for stdin (1)

print: Assertion failed: invalid handle for stdin (1),(printErr)

 

Any idea how to solve it?

DVL Library and VB.NET

$
0
0

Hi to all.

With SDK VEA SDK2.3 i'm trying to set up a demo program.

In some PC (VMWARE example virtual machine ) I get an error saying... (see below).

 

Could be an OpenGL / Video driver problem ? In these machines the VEV application runs with software renderer mode.

Is it possible also with DVL libraries ?

 

 

 

======================================

See the end of this message for details on invoking

just-in-time (JIT) debugging instead of this dialog box.

 

************** Exception Text **************

System.FormatException: Input string was not in a correct format.

   at Microsoft.VisualBasic.CompilerServices.Conversions.ParseDouble(String Value, NumberFormatInfo NumberFormat)

   at Microsoft.VisualBasic.CompilerServices.Conversions.ToDouble(String Value, NumberFormatInfo NumberFormat)

 

 

************** Loaded Assemblies **************

mscorlib

    Assembly Version: 4.0.0.0

    Win32 Version: 4.0.30319.34014 built by: FX45W81RTMGDR

    CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll

----------------------------------------

TestVEV

    Assembly Version: 1.0.0.0

    Win32 Version: 1.0.0.0

    CodeBase: file:///TestVEV.exe

----------------------------------------

Microsoft.VisualBasic

    Assembly Version: 10.0.0.0

    Win32 Version: 12.0.20806.33440 built by: FX45W81RTMREL

    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.VisualBasic/v4.0_10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll

----------------------------------------

System

    Assembly Version: 4.0.0.0

    Win32 Version: 4.0.30319.34239 built by: FX452RTMGDR

    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll

----------------------------------------

System.Core

    Assembly Version: 4.0.0.0

    Win32 Version: 4.0.30319.33440 built by: FX45W81RTMREL

    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll

----------------------------------------

System.Windows.Forms

    Assembly Version: 4.0.0.0

    Win32 Version: 4.0.30319.33440 built by: FX45W81RTMREL

    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll

----------------------------------------

System.Drawing

    Assembly Version: 4.0.0.0

    Win32 Version: 4.0.30319.33440 built by: FX45W81RTMREL

    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll

----------------------------------------

System.Runtime.Remoting

    Assembly Version: 4.0.0.0

    Win32 Version: 4.0.30319.34243 built by: FX452RTMGDR

    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Remoting/v4.0_4.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll

----------------------------------------

SAP.VE.DVL

    Assembly Version: 8.0.100.0

    Win32 Version: 8.0.100.0

    CodeBase: file://SAP.VE.DVL.DLL

----------------------------------------

SAP.VE.DVL.Interop

    Assembly Version: 8.0.2.0

    Win32 Version: 8.0.1.0

    CodeBase: file:///SAP.VE.DVL.Interop.DLL

----------------------------------------

 

 

 

02/09/2015 16:39:27    openGL context

02/09/2015 16:39:27    openGL INIT

02/09/2015 16:39:27    CoreWrapper

02/09/2015 16:39:28    Renderer : 4.1.0

02/09/2015 16:39:28    DVLClientImpl NEW

02/09/2015 16:39:28    _dvlCore.Init(_DVLClientImpl)

02/09/2015 16:39:28    _dvlCore.InitRenderer

02/09/2015 16:39:28   OpenGL|Vendor: Microsoft Corporation. Renderer: GDI Generic. Version: 1.1.0. Extensions: GL_WIN_swap_hint GL_EXT_bgra GL_EXT_paletted_texture

How to distinguish unique node IDs among browsers?

$
0
0

Dear experts,

 

I have a question how to retrieve unique IDs of nodes in SAP 3D Visual Enterprise applications SDK on HTML.

 

I've been developing Web application using SAP 3D Visual Enterprise applications SDK 2.3.

I'm operating nodes with retrieved ID via API as the following example.

var ni = oDvl.Scene.RetrieveNodeInfo(sceneToken, childId, DvlEnums.DVLSCENEINFO.DVLNODEINFO_CHILDREN);

for(var i = 0; i < ni.ChildNodes.length; i++)

{

    var subId = ni.ChildNodes[i];

    // do something with childId

}

I've saved the IDs for following sessions.

However I noticed that the IDs are different in each browser. For example, a node ID of Chrome is iffffffff0093c9c0, but Internet Explorer assigns iffffffff0093c6c0 for the same node, Firefox assigns iffffffff0093c938. The IDs are likely have a rule of masking...

 

I'd like to know the rule of ID naming. I could tweak the IDs if know the rule of how to mask the ID.

 

Thanks in advance,

Shinya

Withholding tax (vendor has exempted Certificate)

$
0
0

Hello Experts

 

I have requirement that, Vendor will have lower Tax Percentage (exempted  certificate -TDS) up to Rs 5000000/-

In SAP i need to configure as below

Upto 50L 8% need to be deducted

Above 50L 10% need to be deducted

I Searched  in Google for the above requirement.

I did not find the accurate configuration document for reference.

 

Could any one share the document with screen shots if any or Links please

naveenfico.53@gmail.com

 

Regards

Naveen

VEA 8.0: Missing Render in menu and option to export file to adobe illustrator

$
0
0

Hello,

I installed 3D Visual Enterprise (VEAUTHOR00_0.EXE)  including the patch (VEAUTHOR00P_1-20011785.EXE) in my machine.

I cannot render my models as I do not have Render in my menu and my Render tab is empty (no green icon....).

 

I also cannot export my file to adobe illustrator, it just gives me the option to export to an .eps file.

The only way I can go around this is to import an adobe illustrator file into my workspace, delete it and then ai becomes an option when I export my model.

I lose the option to export to ai if I open a new model or .rh file.

 

Does anyone know if I need another patch or how to get my VEA functioning completely?

 

Appreciate it, please?

dee

Apps SDK .net window size

$
0
0

Hi guys,

 

I'm fairly new to the VE apps SDK, and I've followed along with the quick start guide for running a simple dot net application.

 

I've run into a couple of little problems with the sample application that I'm hoping someone out there can help me with, I think they should be relatively easy to fix..


Firstly, with the sample application, I've noticed that when you re-size the application window (like to maximize, or just drag the screen to a different size), the render view inside the window completely disappears. I'm wondering, do I need to manually update the size of the renderer as the container window re-sizes?


Secondly, I've launched the sample application from visual studio on a machine running Windows 7 without any issues (except the one mentioned above), but running the same project (from same version of VS) on a windows 10 machine results in a render window that is approximately 1/2 the width and 1/2 the height of what it should be! That same windows 10 machine also has a high dpi screen, so I'm not sure which is causing the issue. Anyone have any ideas on how to deal with it?

Capture.PNG2


Thanks in advance,

Adrian


How to start working on 3D Visual Enterprise Development...........????

$
0
0

Hi  All

 

i want to learn and start working on  3D Visual Enterprise Development. But no idea What tool. what portal is used for this and how to setup environment

 

 

 

 

Pls share any doc or info to setup environment for  3D Visual Enterprise Development and start working on it

 

 

Regards,

Virendra

DotNet HitTest BadFormat

$
0
0

How do I call a HitTest from a DotNet project?

 

 

 

I'm just trying the DotNet application SDK samples such as Gestures.

 

I'm guessing you would call a DotNet hit-test like this...

 

 

var hitTest = newHitTestWrapper(200, 200);

var result = _dvlRenderer.HitTest(hitTest);

if (Result.OK == result)

{

     ....

}


...but I always get a result of Result.BadFormat, which implies to me that m_uSizeOfDVLHitTest does not hold the expected value in the underlying sDVLHitTest struct

 

I am using visual studio 2015, and framework 4.5 (also tried 4.5.2)


VEV from SAP GUI (monolithic JT): How to receive highlighted parts from VEV and highlight parts in VEV

$
0
0

Hi all,

 

I integrate the 3D VEV (Version 8.0.300.42588, May 5 2015) in SAP-GUI via the Interface IF_GUI_VIEWER_CONSUMER_MODEL.

Two Items

  • If I load the file via the IF_GUI_VIEWER_CONSUMER_MODEL~LOAD_VIEWER method I can pass the parameter IV_ID_FIELD. If I Ieave it initial, the system sets '$RH.POSID'. The result if I handle the SAP_VISUALIZATION event is an ID like 'POSID_16BA8CE0' e.g. What is '$RH.POSID'? For each viewer call the value is calculated new. Can I use other ID's?

    Now I request the metadata. I receive the data in the event handler for event IF_GUI_VIEWER_CONSUMER_MODEL~SAP_METADATA. But without the relation to the ID above.
  • If I like to higlight a part in VEV I use the method IF_GUI_VIEWER_CONSUMER_MODEL~SET_VISUALIZATION. I tried to use the ID from above, but without success.

 

It would be great to get some hints.

 

Best regards

Jürgen

Application SDK, Loading vds from URL (outside of html5)

$
0
0

Hi, just reviewing capabilities.

 

Other than for HTML5, Is there any built in function or recommended workaround to load URLs? winapi and dotnet are of most interest.

 

 

The basic IDVLCore::LoadScene suggests url loading is not supported:

 

Only file URLs are currently supported (in the form of "file://path/to/file.vds")


though there was also a hint here that it was possible

http://scn.sap.com/thread/3678489

 

Hi Narayanan,

 

Sorry for the slow response.

If you review the SDK documentation 'Quick Start guide for Android' there is a line in the section 'Add the SDK Libraries' with the example:

 

res = m_core.LoadScene("file:///" + Environment.getExternalStorageDirectory() + "/VDS/file1.vds", null, m_scene);

 

If you use a URL for LoadScene it should download the VDS over the internet. e.g.  res = m_core.LoadScene("http://www.test.com/VDS/file1.vds", null, m_scene);

DotNet HitTest BadFormat, Query NotFound

$
0
0

How do I call a HitTest from a DotNet project?

 

 

 

I'm just trying the DotNet application SDK samples such as Gestures.

 

I'm guessing you would call a DotNet hit-test like this...

 

 

var hitTest = newHitTestWrapper(200, 200);

var result = _dvlRenderer.HitTest(hitTest);

if (Result.OK == result)

{

     ....

}


...but I always get a result of Result.BadFormat, which implies to me that m_uSizeOfDVLHitTest does not hold the expected value in the underlying sDVLHitTest struct

 

I am using visual studio 2015, and framework 4.5 (also tried 4.5.2)

 

 

----------------------------------

 

I have also run into a problem executing a query. I haven't had either of these problems in WinAPI or HTLM5 examples.

 

 

var scene = renderer.AttachedScene;

var result = scene.Execute(Execute.Query, "everything() hide()");

MainWindow._instance._forceRender = true; //This is just a hack to force redraw.

 

 

This always does nothing and returns Result.NotFound.

 

 

My guess is that there is something wrong with my project rather than mistakes in the actual code. Could it be an issue with vs 2015? Or does the string need some special formatting such as the UTF8 conversion needed on the WinAPI example?


 

Message was edited by: Peter Dansted.. Added Query issue.

Viewing all 40 articles
Browse latest View live


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