AssocPersSubentityIdPEGetVertexSubentityGeometry
Method
|
Gets the surface of a vertex 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 Point3d GetVertexSubentityGeometry(
Entity entity,
SubentityId vertexSubentId
)
Public Overridable Function GetVertexSubentityGeometry (
entity As Entity,
vertexSubentId As SubentityId
) As Point3d
public:
virtual Point3d GetVertexSubentityGeometry(
Entity^ entity,
SubentityId vertexSubentId
)
abstract GetVertexSubentityGeometry :
entity : Entity *
vertexSubentId : SubentityId -> Point3d
override GetVertexSubentityGeometry :
entity : Entity *
vertexSubentId : SubentityId -> Point3d
Parameters
- entity Entity
- [in] Entity for which to get subentity geometry. Needs to be
open for read operations.
- vertexSubentId SubentityId
- [in] Subentity identifier of vertex.
Return Value
Point3d
Point for the specified vertex. Returns default point instance in
default implementation.
See Also