GripOverruleGetGripPoints(Entity, Point3dCollection, IntegerCollection, IntegerCollection) Method

Overrules the OdDbEntity::subGetGripPoints() C++ method and calls it in the default implementation.

Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 24.2.0.0
Syntax
public virtual void GetGripPoints(
        Entity entity,
        Point3dCollection gripPoints,
        IntegerCollection snapModes,
        IntegerCollection geometryIds
)

Parameters

entity  Entity
[in] Entity that this overrule applies to.
gripPoints  Point3dCollection
[in/out] An existing collection to which the grip points should be appended.
snapModes  IntegerCollection
[in] Reserved for future use.
geometryIds  IntegerCollection
[in] Reserved for future use.
See Also

©  Bricsys NV. All rights reserved.