.NET
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
How to use GetSubenti tyPathsAtG sMarker?
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
164 Views, 3 Replies
07-06-2005 05:51 PM
The GetSubentityPathsAtGsMarker function has a parameter named marker,but I don't know how to set it.
*Albert Szilvasy
Re: How to use GetSubenti tyPathsAtG sMarker?
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
07-07-2005 10:11 AM in reply to:
tangferry
The GS marker is used by the viewportDraw/worldDraw implementation of
objects. It is stored by the graphics subsystem. There are a couple of
places where we provide you with gs markers: one of them is the
SelectedObject.GraphicsSystemMarker property. You can also implement the
Autodesk.AutoCAD.GraphicsInterface classes yourself and pass your
implementation to worldDraw to find out what GS markers are sent down.
Albert
wrote in message news:4894581@discussion.autodesk.com...
The GetSubentityPathsAtGsMarker function has a parameter named marker,but I
don't know how to set it.
objects. It is stored by the graphics subsystem. There are a couple of
places where we provide you with gs markers: one of them is the
SelectedObject.GraphicsSystemMarker property. You can also implement the
Autodesk.AutoCAD.GraphicsInterface classes yourself and pass your
implementation to worldDraw to find out what GS markers are sent down.
Albert
The GetSubentityPathsAtGsMarker function has a parameter named marker,but I
don't know how to set it.
Re: How to use GetSubenti tyPathsAtG sMarker?
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
07-08-2005 03:36 AM in reply to:
tangferry
I select a solid and want to get its gs markers.How to do this by using the SelectedObject.GraphicsSystemMarker property?
*Albert Szilvasy
Re: How to use GetSubenti tyPathsAtG sMarker?
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
07-08-2005 08:22 AM in reply to:
tangferry
You can get the gs marker for the "subentity" that you used to select the
object (the edge that you picked on). You can't get all the gs markers this
way (unless you click on all edges individually one after another.
Albert
wrote in message news:4896025@discussion.autodesk.com...
I select a solid and want to get its gs markers.How to do this by using the
SelectedObject.GraphicsSystemMarker property?
object (the edge that you picked on). You can't get all the gs markers this
way (unless you click on all edges individually one after another.
Albert
I select a solid and want to get its gs markers.How to do this by using the
SelectedObject.GraphicsSystemMarker property?
