EntityGetSubentityPathsAtGraphicsMarker(SubentityType, IntPtr, Point3d, Matrix3d, ObjectId) Method

Returns all subentity paths by the graphic system marker for complex entities that have the ability to associate an integer identifier (GS marker) with each graphic primitive or with groups of primitives during drawing.

Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 24.2.0.0
Syntax
public virtual FullSubentityPath[] GetSubentityPathsAtGraphicsMarker(
        SubentityType type,
        IntPtr gsMark,
        Point3d pickPoint,
        Matrix3d viewTransform,
        ObjectId[] entityAndInsertStack
)

Parameters

type  SubentityType
[in] The subentity type to query.
gsMark  IntPtr
[in] The GS marker of the subentity being queried.
pickPoint  Point3d
[in] The WCS point to query.
viewTransform  Matrix3d
[in] The WCS->DCS transformation matrix.
entityAndInsertStack  ObjectId
[in] The array of objectIds of the objects that are the nested containers of the subentity.

Return Value

FullSubentityPath
See Also

©  Bricsys NV. All rights reserved.