AssocPersSubentityIdPEGetSubentGeometryXform
Method
|
Namespace: Teigha.DatabaseServices
Assembly: TD_MgdDbConstraints (in
TD_MgdDbConstraints.dll) Version: 0.0.0.0
Syntax
public virtual Matrix3d GetSubentGeometryXform(
Entity entity,
ObjectId[] fullSubentPath
)
Public Overridable Function GetSubentGeometryXform (
entity As Entity,
fullSubentPath As ObjectId()
) As Matrix3d
public:
virtual Matrix3d GetSubentGeometryXform(
Entity^ entity,
array<ObjectId>^ fullSubentPath
)
abstract GetSubentGeometryXform :
entity : Entity *
fullSubentPath : ObjectId[] -> Matrix3d
override GetSubentGeometryXform :
entity : Entity *
fullSubentPath : ObjectId[] -> Matrix3d
Parameters
- entity Entity
-
- fullSubentPath ObjectId
-
Return Value
Matrix3d
See Also