ijcad tag

42 questions


1 answers
97 views
0
Understanding IJCAD Startup Options/LD Behavior with Multiple Specified IJCAD Boot Options

I'm developing using IJCAD 2018.IJCAD boot options are available and work reasonably well as AutoCAD, but if you specify multiple /LD options (load modules), AutoCAD loads multiple, but IJCAD loads on...

1 years ago

1 answers
101 views
0
Turn on and off the front clip of the view in IJCAD 2018

I am developing using VB.NET at IJCAD 2018.With the source code below, I created a function to turn on and off the front clip and set the clip distance for the current view, but there is no error when...

1 years ago

1 answers
67 views
0
IJCAD .Net Cannot Focus on Active Window

I am developing using .Net at IJCAD 2015.I want to set the focus to the active document, but I can't find a method that seems to be the case.AutoCAD 2014 can be implemented in Document.Window.Focus(),...

1 years ago

1 answers
96 views
0
Is the ijcad not implementing the transientmanager?

I wonder if the transientmanager that exists in Autodesk.AutoCAD.GraphicsInterface is not implemented in IJCAD.

1 years ago

2 answers
92 views
0
How to use AutoCAD slide files (*.sld) in .Net

I have decided to port the program that I used for AutoLISP in my business to .Net.# AutoCAD or compatible IJCAD is currently under consideration.Previous systems used slide files (*.sld) in dialogs (...

1 years ago

1 answers
64 views
0
IJCAD .Net Does Not Perform Matrix Calculation

I'm developing .Net at IJCAD 2018.The matrix calculation method seems to be not working, so I would like to ask you a question.Here's the reproduction code. CommandMethod(test, CommandFlags.Session)pu...

1 years ago

1 answers
91 views
0
IJCAD GetPoint does not allow rubber bands

I am converting from Acad to IJCAD.Click point coordinates with GetEntity in the code belowI got it and handed it over to GetPoint, but I can't get a rubber band.Is there another way?DimptPick As Obje...

1 years ago

1 answers
93 views
0
I want to use LISP in IJCAD to display the slide file in the dialog box, but I cannot display it in white.

According to the IJCAD LISP help, the (fill_image) and (slid_image) functions seem to be supported, but the slide file remains white and the slide file is not displayed.(By the way, if the color of CA...

1 years ago

1 answers
92 views
0
Porting a VBA Program from AutoCAD

If I port a VBA program from AutoCAD to IJCAD (32bit), can I read the dvb file directly?As far as I've tried various things, I think I can load the exported file into frm, bas, cls, etc., but Is this ...

1 years ago

1 answers
87 views
0
Cannot copy pallet text box

TextBox, Combobox, and DataGridView were placed on Palette to create a pallet for information entry.In Combobox, you can copy strings with Ctrl-C and Ctrl-V by selecting strings, but in TextBox and Da...

1 years ago
« - 3 - »

© 2024 OneMinuteCode. All rights reserved.