EntityGetObjectSnapPoints(ObjectSnapModes,
Int32, Point3d, Point3d, Matrix3d,
Point3dCollection, IntegerCollection)
Method
|
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public virtual void GetObjectSnapPoints(
ObjectSnapModes snapMode,
int gsSelectionMark,
Point3d pickPoint,
Point3d lastPoint,
Matrix3d viewTransform,
Point3dCollection snapPoints,
IntegerCollection geometryIds
)
Public Overridable Sub GetObjectSnapPoints (
snapMode As ObjectSnapModes,
gsSelectionMark As Integer,
pickPoint As Point3d,
lastPoint As Point3d,
viewTransform As Matrix3d,
snapPoints As Point3dCollection,
geometryIds As IntegerCollection
)
public:
virtual void GetObjectSnapPoints(
ObjectSnapModes snapMode,
int gsSelectionMark,
Point3d pickPoint,
Point3d lastPoint,
Matrix3d viewTransform,
Point3dCollection^ snapPoints,
IntegerCollection^ geometryIds
)
abstract GetObjectSnapPoints :
snapMode : ObjectSnapModes *
gsSelectionMark : int *
pickPoint : Point3d *
lastPoint : Point3d *
viewTransform : Matrix3d *
snapPoints : Point3dCollection *
geometryIds : IntegerCollection -> unit
override GetObjectSnapPoints :
snapMode : ObjectSnapModes *
gsSelectionMark : int *
pickPoint : Point3d *
lastPoint : Point3d *
viewTransform : Matrix3d *
snapPoints : Point3dCollection *
geometryIds : IntegerCollection -> unit
Parameters
- snapMode ObjectSnapModes
-
- gsSelectionMark Int32
-
- pickPoint Point3d
-
- lastPoint Point3d
-
- viewTransform Matrix3d
-
- snapPoints Point3dCollection
-
- geometryIds IntegerCollection
-
See Also