Page 1 of 1

Markers

Posted: 18 Apr 2012, 14:03
by Sergi
Hello,

- How can I show/hide markers ?

- How can I add new markers ?

Thanks in Advance!

Re: Markers

Posted: 18 Apr 2012, 17:30
by support
Hello Sergi.
Markers is the part of CAD Import .NET Professional functionality. Markers used to mark out selected entities on drawing and not provided for another tasks.

Alexander.

Re: Markers

Posted: 18 Apr 2012, 18:04
by Sergi
Hello Alexander,

so, how can I avoid users to move vertices ?

Thanks.

Re: Markers

Posted: 18 Apr 2012, 18:47
by support
Setting CADImage.SelectionMode value to SelectionEntityMode.Disabled will result in disabling selecting and visual editing by users. However markers will be present in Professional version only. Obtaining the Standard license abandons markers automatically.

Alexander.

Re: Markers

Posted: 18 Apr 2012, 19:11
by Sergi
Hello Alexander,

thanks for your quick answers !

SelectionEntityMode.Disabled don't allow moving the entities. I need to move them, but not to modify their structure ...

What's the difference between Standard and Professional License ?

Thanks.

Re: Markers

Posted: 19 Apr 2012, 10:27
by Sergi
Hello Alexander,

if i disable this line :

cadImage.SetNewEntityMarkerPos(p2.X - this.cadImage.CurrentMarker.Point.X, p2.Y - this.cadImage.CurrentMarker.Point.Y, p1.Z);

in public void SetNewMarkerPosition()

then I can't move vertices.

Regards.

Re: Markers

Posted: 19 Apr 2012, 15:08
by support
Hello Sergi.
In this case SetNewMarkerPosition call isn't necessary. The Standard license provides import, edit (programmatically) and export to raster formats functionality. The Professional license allows export to vector formats and visual entities creation/editing additionally.

Alexander.