• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • Discussion Groups

    .NET

    Reply
    Active Contributor
    Posts: 43
    Registered: ‎04-21-2005

    How to use GetSubentityPathsAtGsMarker?

    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.
    Please use plain text.
    *Albert Szilvasy

    Re: How to use GetSubentityPathsAtGsMarker?

    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.
    Please use plain text.
    Active Contributor
    Posts: 43
    Registered: ‎04-21-2005

    Re: How to use GetSubentityPathsAtGsMarker?

    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?
    Please use plain text.
    *Albert Szilvasy

    Re: How to use GetSubentityPathsAtGsMarker?

    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?
    Please use plain text.