AssocPersSubentityIdPEGetRigidSetTransform
Method
|
Gets the transformation matrix of the rigid
set entity.
Namespace: Teigha.DatabaseServices
Assembly: TD_MgdDbConstraints (in
TD_MgdDbConstraints.dll) Version: 0.0.0.0
Syntax
public virtual Matrix3d GetRigidSetTransform(
Entity entity
)
Public Overridable Function GetRigidSetTransform (
entity As Entity
) As Matrix3d
public:
virtual Matrix3d GetRigidSetTransform(
Entity^ entity
)
abstract GetRigidSetTransform :
entity : Entity -> Matrix3d
override GetRigidSetTransform :
entity : Entity -> Matrix3d
Parameters
- entity Entity
- [in] Entity for which to get rigid set transform matrix. Needs
to be open for read operations.
Return Value
Matrix3d
Matrix for 3D transformations.
Remarks
A rigid set can be
rotated and translated as a whole, but its subentities cannot be
individually changed.
See Also