Search found 5 matches

by TheLeePiper
Wed Nov 06, 2024 8:16 pm
Forum: DG Kernel discussions
Topic: LoadFromMemory1 for IGES string buffer in VB6
Replies: 4
Views: 1243

Re: LoadFromMemory1 for IGES string buffer in VB6

Just some quick feedback. We haven't been able to implement fully as we're still doing principal coding with 7.1, but preliminary tests of this with 7.2 look good. Thanks!
by TheLeePiper
Fri Oct 25, 2024 12:15 pm
Forum: DG Kernel discussions
Topic: LoadFromMemory1 for IGES string buffer in VB6
Replies: 4
Views: 1243

Re: LoadFromMemory1 for IGES string buffer in VB6

Dino, I tried that option as well, but could not find a way to create a blob object from the string holding the IGES file text. Let me clarify that the LoadFromMemory1 function "runs" (i.e., doesn't crash or hang), but always returns a fail state. Writing the IGES file text to disk, then g...
by TheLeePiper
Thu Oct 24, 2024 2:31 pm
Forum: DG Kernel discussions
Topic: VB6 example for "Planar Clip operation"
Replies: 4
Views: 1382

Re: VB6 example for "Planar Clip operation"

Thanks so much! I'll download and test.
by TheLeePiper
Tue Oct 22, 2024 11:13 pm
Forum: DG Kernel discussions
Topic: LoadFromMemory1 for IGES string buffer in VB6
Replies: 4
Views: 1243

LoadFromMemory1 for IGES string buffer in VB6

We have a VB6 function to create an IGES 4.0 format file from a NURBS surface. We can export the IGES string and successfully import it with the Load function. Can the LoadFromMemory1 function directly use the string buffer? The VB6 Object Browser shows the argument as a byte array. We have tried se...
by TheLeePiper
Wed Oct 16, 2024 3:07 pm
Forum: DG Kernel discussions
Topic: VB6 example for "Planar Clip operation"
Replies: 4
Views: 1382

VB6 example for "Planar Clip operation"

We are trying to implement an intersection using a horizontal plane on a model volume, as described in the ActiveX docs for "Boolean Operations on Entities". While we can get it to work with an edge of a box object, we cannot figure out how to do this as described using the "Planar Cl...