Markers
Moderators: SDS, support, admin
Re: Markers
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.
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.
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support
Chat support on Skype: cadsofttools.support
Re: Markers
Hello Alexander,
so, how can I avoid users to move vertices ?
Thanks.
so, how can I avoid users to move vertices ?
Thanks.
Re: Markers
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.
Alexander.
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support
Chat support on Skype: cadsofttools.support
Re: Markers
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.
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
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.
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
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.
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.
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support
Chat support on Skype: cadsofttools.support