AssocPersSubentityIdPEGetRigidSetState Method

Returns kScalableRigidSet or kNonScalableRigidSet type if the specified entity is a rigid set.

Namespace: Teigha.DatabaseServices
Assembly: TD_MgdDbConstraints (in TD_MgdDbConstraints.dll) Version: 0.0.0.0
Syntax
public virtual int GetRigidSetState(
        Entity entity
)

Parameters

entity  Entity
[in] Entity for which to get rigid set state. Needs to be open for read operations.

Return Value

Int32
One of the rigid set states: * 0 - kNotRigidSet * 1 - kScalableRigidSet * 2 - kNonScalableRigidSet Returns kNotRigidSet in default implementation.
Remarks
A rigid set can be rotated and translated as a whole, but its subentities cannot be individually changed.
See Also

©  Bricsys NV. All rights reserved.