Search found 7 matches

by RJD
Tue Mar 18, 2025 3:17 am
Forum: DG Kernel discussions
Topic: Issues with saving
Replies: 3
Views: 69073

Re: Issues with saving

Hi Mike,

I have tried with an old install (from November last year), and it works. It does not seem to work on the install I was using before (I'm not sure which one that was) or the latest one. Hopefully this helps. I should note that I may have just corrupted my install somehow.

Cheers,
Ryan
by RJD
Wed Mar 12, 2025 12:37 am
Forum: DG Kernel discussions
Topic: Issues with saving
Replies: 3
Views: 69073

Issues with saving

Hello, I've been trying to write my model to a file, but I'm having issues. When I try to save it as a .mdg, or .glm, it gives a message saying a .tmp file cannot be loaded. When I try .stl, and .wrl, it simply produces a file with a single line of header info. However .xyz and .csv formats do seem ...
by RJD
Tue Jan 21, 2025 1:06 am
Forum: DG Kernel discussions
Topic: Building geometry from point cloud and parameters
Replies: 1
Views: 38762

Building geometry from point cloud and parameters

Hi, This may not be the most appropriate forum topic as it's more philosophical than DGKC specific, but I was wondering about the general techniques for building geometry from a point cloud, especially if you would like to modify the resulting surface. I know DGKC has built in functionality to do th...
by RJD
Tue Jan 07, 2025 12:51 am
Forum: DG Kernel discussions
Topic: Resetting frame without affecting objects
Replies: 11
Views: 133383

Re: Resetting frame without affecting objects

Thank you for your responses. I will check out the example.
by RJD
Tue Jan 07, 2025 12:48 am
Forum: DG Kernel discussions
Topic: Changing colour of mesh face and mesh wireframe
Replies: 9
Views: 99341

Changing colour of mesh face and mesh wireframe

Hi, I was wondering if it was possible to change the colour of a collection mesh faces separately to the whole mesh? An example use case might be to highlight a circular section on a mesh surface. Also, I'm not sure how to change the wireframe colour of the mesh. Commands similar to: var material = ...
by RJD
Mon Dec 02, 2024 6:46 am
Forum: DG Kernel discussions
Topic: Resetting frame without affecting objects
Replies: 11
Views: 133383

Re: Resetting frame without affecting objects

Ah I see. Thank you, that is very helpful to know! Would it be possible then to calculate the Frame that transforms the local frame of the entity to the global frame, apply it to the local frame, and then apply the inverse frame to the entity (as IGeometricObject_DG)? If so, do you think you could p...
by RJD
Thu Nov 28, 2024 5:06 am
Forum: DG Kernel discussions
Topic: Resetting frame without affecting objects
Replies: 11
Views: 133383

Resetting frame without affecting objects

Hi, I was just wondering if it was possible to reset the frame of entity so that it coincides with the global (identity) frame, without affecting the entity's location/orientation in space. My use case is that I would like my entity's geometry (e.g. vertex coordinates) to always be defined globally,...