Edge
|
| Name | Description | |
|---|---|---|
| EdgeRef | Default constructor for the EdgeRef class. Creates an object that wraps a corresponding C++ OdDbEdgeRef object. | |
| EdgeRef(CompoundObjectId) | Constructor for the EdgeRef class. Creates an edge reference based on the specified compound object. | |
| EdgeRef(Curve3d) | Constructor for the EdgeRef class. Creates an edge reference based on the specified curve. | |
| EdgeRef(Entity) | Constructor for the EdgeRef class. Creates an edge reference based on the specified entity. | |
| EdgeRef(FullSubentityPath) | Constructor for the EdgeRef class. Creates an edge reference based on the specified full sub-entity path. | |
| EdgeRef(CompoundObjectId, SubentityId) | Constructor for the EdgeRef class. Creates an edge reference based on the specified compound object. | |
| EdgeRef(CompoundObjectId, SubentityId, SubentityId) | Constructor for the EdgeRef class. Creates an edge reference based on the specified full sub-entity path. | |
| EdgeRef(CompoundObjectId, SubentityId, SubentityId, Curve3d) | Constructor for the EdgeRef class. Creates an edge reference based on the specified full sub-entity path. |