Page 1 of 1

TsgDXFPoint

Posted: 05 Jan 2007, 12:48
by AlexUS
Hi, Sergey
from help:
"This class defines a point marker that can appear as a dot, square, circle, X, tick, or plus sign (+), or as a combination of these figures (entity POINT)."

How to make point appeared as these enumerated signs? And can I change size of this signs and their thickness. And what for is there the property Point1 (from TsgDXFLine)?

Posted: 05 Jan 2007, 15:30
by support
Hi, Alex,

Unfortunately this option is unavailable. It will be added in future versions of the library.

Sergey.

Please post questions to the forum or write to support@cadsofttools.com

Posted: 09 Jan 2007, 10:53
by AlexUS
Hi, Sergey.
Ok, I want to make this option available by myself. What property of TsgDXFPoint should I check for choosing the way it is shown on image?
And what for does TsgDXFPoint have property Point1?

Alex.

Posted: 12 Jan 2007, 18:54
by support
Hi Alex,
<blockquote id="quote"><font size="2" face="Verdana, Arial, Helvetica" id="quote">quote:<hr height="1" noshade id="quote">Ok, I want to make this option available by myself. What property of TsgDXFPoint should I check for choosing the way it is shown on image?<hr height="1" noshade id="quote"></font id="quote"></blockquote id="quote">
<b>TsgDXFPoint</b> does not contain any propety which could be used in this aim.
<blockquote id="quote"><font size="2" face="Verdana, Arial, Helvetica" id="quote">quote:<hr height="1" noshade id="quote">And what for does TsgDXFPoint have property Point1?<hr height="1" noshade id="quote"></font id="quote"></blockquote id="quote">
<b>TsgDXFPoint</b> is a descendant of <b>TsgDXFLine</b> which uses properties <b>Point</b> and <b>Point1</b> for storing it's coordinates. We do not use property <b>TsgDXFPoint.Point1</b> and do not recommend others to use it too.

Sergey.

Please post questions to the forum or write to support@cadsofttools.com

Posted: 15 Jan 2007, 11:00
by AlexUS
Hi, Sergey
It's very bad that TsgDXFPoint does not contain needed properties

Posted: 15 Jan 2007, 16:23
by support
Hi Alex,

According to AutoCAD documentation <b>PDMODE</b> command controls how point objects are displayed. That is why an idea to add respective property exactly to TsgDXFPoint looks questionable. Probably this feature will be implemented on the level of TsgDXFConverter - TsgDXFImage. But just at this time we can't talk about any concrete realisation.
The question is under control and we plan to start working on it approximately up to the July, 2007.

Sergey.

Please post questions to the forum or write to support@cadsofttools.com