AssocPersSubentityIdPEGetFaceSubentityGeometry
Method
|
Gets the surface of a face subentity
corresponding to the associated subentity ID. Throws
eNotImplemented in default implementation.
Namespace: Teigha.DatabaseServices
Assembly: TD_MgdDbConstraints (in
TD_MgdDbConstraints.dll) Version: 0.0.0.0
Syntax
public virtual Surface GetFaceSubentityGeometry(
Entity entity,
SubentityId faceSubentId
)
Public Overridable Function GetFaceSubentityGeometry (
entity As Entity,
faceSubentId As SubentityId
) As Surface
public:
virtual Surface^ GetFaceSubentityGeometry(
Entity^ entity,
SubentityId faceSubentId
)
abstract GetFaceSubentityGeometry :
entity : Entity *
faceSubentId : SubentityId -> Surface
override GetFaceSubentityGeometry :
entity : Entity *
faceSubentId : SubentityId -> Surface
Parameters
- entity Entity
- [in] Entity for which to get subentity geometry. Needs to be
open for read operations.
- faceSubentId SubentityId
- [in] Subentity identifier of face.
Return Value
Surface
Surface for the specified face. Returns default surface instance in
default implementation.
See Also