EntityGetObjectSnapPoints(ObjectSnapModes,
Int32, Point3d, Point3d, Matrix3d,
Point3dCollection, IntegerCollection,
Matrix3d) 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,
Matrix3d insertionMat
)
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,
insertionMat As Matrix3d
)
public:
virtual void GetObjectSnapPoints(
ObjectSnapModes snapMode,
int gsSelectionMark,
Point3d pickPoint,
Point3d lastPoint,
Matrix3d viewTransform,
Point3dCollection^ snapPoints,
IntegerCollection^ geometryIds,
Matrix3d insertionMat
)
abstract GetObjectSnapPoints :
snapMode : ObjectSnapModes *
gsSelectionMark : int *
pickPoint : Point3d *
lastPoint : Point3d *
viewTransform : Matrix3d *
snapPoints : Point3dCollection *
geometryIds : IntegerCollection *
insertionMat : Matrix3d -> unit
override GetObjectSnapPoints :
snapMode : ObjectSnapModes *
gsSelectionMark : int *
pickPoint : Point3d *
lastPoint : Point3d *
viewTransform : Matrix3d *
snapPoints : Point3dCollection *
geometryIds : IntegerCollection *
insertionMat : Matrix3d -> unit
Parameters
- snapMode ObjectSnapModes
-
- gsSelectionMark Int32
-
- pickPoint Point3d
-
- lastPoint Point3d
-
- viewTransform Matrix3d
-
- snapPoints Point3dCollection
-
- geometryIds IntegerCollection
-
- insertionMat Matrix3d
-
See Also