Eyeshot is a CAD control for .NET Framework developed by devDept Software. It's integrated into Visual Studio toolbox for WinForms and WPF applications and it targets OpenGL and Direct3D graphics libraries.
Questions tagged [eyeshot]
105 questions
0
votes
1 answer
Make the coordination system of all entities of the STEP file up-z
go on STEP File's entities UpdateOrientedBoundingBox
In solidworks,They build an assembly from many parts.
Each part has own coordination system.
when they built up all of parts to an assembly,and each part may be rotated.
then,not all entites are…

Hsin Hsien-Huang
- 5
- 2
0
votes
1 answer
How to rotate imported object in eyeshot?
I have an imported step object with Eyeshot. The object is composed of multiple entities, how can I rotate all entities as one?

elia_c
- 99
- 1
- 6
0
votes
1 answer
STEP File's entities UpdateOrientedBoundingBox
I load a step file in Eyeshot. The step is created with Solidworks from a file.
if I add codes like:
Entity[] a1 = ((BlockReference)viewportLayout1.Entities[0]).GetEntities(viewportLayout1.Blocks);
Entity[] a2 =…

Hsin Hsien-Huang
- 5
- 2
0
votes
1 answer
How to get BlockReference's boxmin in eyeshot
I add some entity into a block,and add reference into viewport.
I coded "new blockReference(blockName).boxmin" ,
and it will catch exception "NullReferenceException".
what else code i need to add?
Or it have another way to get group entity boxsize.

Hsin Hsien-Huang
- 5
- 2
0
votes
2 answers
Join simple polygons and draw the resulting contours in Eyeshot
What is the simplest way to join a collection of polygons and draw the resulting contour using Eyeshot? So far I was able only to get filled regions but I am interested in the merging of the contours.

stenio
- 297
- 1
- 10
0
votes
1 answer
migrating from devdept.eyeshot 6 to eyeshot 9
I have a c# application in which is used devDept.Eyeshot 6 for its graphical design.right now I want doing a migration from devDept.Eyeshot 6 to devDept.Eyeshot 9.how is it possible? I even added the dll files of Eyeshot 9 in my references but I…

soso
- 3
- 1
0
votes
1 answer
Changing origin in SingleViewPort layout Eyeshot control in .net windows application?
How to change default origin in SingleViewPort layout Eyeshot control in .net windows application? Eyeshot is a graphics tool.

Revathi
- 307
- 6
- 18
-1
votes
1 answer
Can a label be translated or rotated with an entity?
I want to rotate or translate my entity, but its label cannot be moved together like an entity's sub entity. If there is no an easy way to implement this, I have got to create a point and then rotate or translate the point same way as the entity…
-1
votes
1 answer
Missing Eyeshot register in the toolbox
I'm using Visual Studio 2017 and 2019 at this time.
After Installation of Eyeshot Pro 2021 there is no entries in the toolbox.
The strange thing is, that a manual insert does'nt work.
If I rename a register in Eyeshot Professional 2021 there is…
-1
votes
1 answer
Double eyeshot toolbar icons
The C# Winforms Eyeshot toolbar is too small. Is there anyway to increase the size of the buttons.
I would not be opposed to overwriting the toolbar draw method, but I have no idea what I would do there to enlarge it.

Daniel Lord
- 754
- 5
- 18
-1
votes
1 answer
Obtaining circular toolpaths
I generatig some toolpaths using Region.Pocket of Quickoffset methods. But, it returns as a linearpath collection in ICurve. The linearpath consists of only linear motions, does not have circular motions. So the circular ones should be detected from…

Fatih ÖZEN
- 21
- 3
-2
votes
1 answer
Could you tell me about eyeshot' kernel
What is the kernel using in eyeshot? Is it an original kernel or parasolid?
-2
votes
2 answers
Unable to load STL file in WPF application using Eyeshot devDept
I am new to WPF and I am unable to load a .stl file ínto my WPF application using EyeShot Devdept. Can anyone provide me with some pointers?
Code Snippet:
Entity[] entList;
// loads the file contents in the entList…

user3267033
- 1
- 1