AssocPersSubentityIdPESetEdgeSubentityGeometry
Method
|
Sets the curve of an edge 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 SetEdgeSubentityGeometry(
Entity entity,
SubentityId edgeSubentId,
Curve3d newEdgeCurve
)
Public Overridable Sub SetEdgeSubentityGeometry (
entity As Entity,
edgeSubentId As SubentityId,
newEdgeCurve As Curve3d
)
public:
virtual void SetEdgeSubentityGeometry(
Entity^ entity,
SubentityId edgeSubentId,
Curve3d^ newEdgeCurve
)
abstract SetEdgeSubentityGeometry :
entity : Entity *
edgeSubentId : SubentityId *
newEdgeCurve : Curve3d -> unit
override SetEdgeSubentityGeometry :
entity : Entity *
edgeSubentId : SubentityId *
newEdgeCurve : Curve3d -> unit
Parameters
- entity Entity
- [in] Entity that owns the subentity. Needs to be open for write
operations.
- edgeSubentId SubentityId
- [in] Subentity identifier of edge whose curve is modified.
- newEdgeCurve Curve3d
- [in] New curve to set.
See Also