AssocPersSubentityIdPESetVertexSubentityGeometry
Method
|
Sets 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 void SetVertexSubentityGeometry(
Entity entity,
SubentityId vertexSubentId,
Point3d newVertexPosition
)
Public Overridable Sub SetVertexSubentityGeometry (
entity As Entity,
vertexSubentId As SubentityId,
newVertexPosition As Point3d
)
public:
virtual void SetVertexSubentityGeometry(
Entity^ entity,
SubentityId vertexSubentId,
Point3d newVertexPosition
)
abstract SetVertexSubentityGeometry :
entity : Entity *
vertexSubentId : SubentityId *
newVertexPosition : Point3d -> unit
override SetVertexSubentityGeometry :
entity : Entity *
vertexSubentId : SubentityId *
newVertexPosition : Point3d -> unit
Parameters
- entity Entity
- [in] Entity that owns the subentity. Needs to be open for write
operations.
- vertexSubentId SubentityId
- [in] Subentity identifier of vertex.
- newVertexPosition Point3d
- [in] New point to set.
See Also