GripOverruleMoveStretchPointsAt
Method
|
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public virtual void MoveStretchPointsAt(
Entity entity,
IntegerCollection indices,
Vector3d offset
)
Public Overridable Sub MoveStretchPointsAt (
entity As Entity,
indices As IntegerCollection,
offset As Vector3d
)
public:
virtual void MoveStretchPointsAt(
Entity^ entity,
IntegerCollection^ indices,
Vector3d offset
)
abstract MoveStretchPointsAt :
entity : Entity *
indices : IntegerCollection *
offset : Vector3d -> unit
override MoveStretchPointsAt :
entity : Entity *
indices : IntegerCollection *
offset : Vector3d -> unit
Parameters
- entity Entity
-
- indices IntegerCollection
-
- offset Vector3d
-
See Also