EdgeRef(CompoundObjectId,
SubentityId, SubentityId, Curve3d)
Constructor
|
Initializes a new instance of the
EdgeRef class
Namespace: Teigha.DatabaseServices
Assembly: TD_MgdDbConstraints (in
TD_MgdDbConstraints.dll) Version: 0.0.0.0
Syntax
public EdgeRef(
CompoundObjectId compoundObjectId,
SubentityId edgeSubentId,
SubentityId faceSubentId,
Curve3d curve
)
Public Sub New (
compoundObjectId As CompoundObjectId,
edgeSubentId As SubentityId,
faceSubentId As SubentityId,
curve As Curve3d
)
public:
EdgeRef(
CompoundObjectId^ compoundObjectId,
SubentityId edgeSubentId,
SubentityId faceSubentId,
Curve3d^ curve
)
new :
compoundObjectId : CompoundObjectId *
edgeSubentId : SubentityId *
faceSubentId : SubentityId *
curve : Curve3d -> EdgeRef
Parameters
- compoundObjectId CompoundObjectId
-
- edgeSubentId SubentityId
-
- faceSubentId SubentityId
-
- curve Curve3d
-
See Also