EdgeRef(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(
Curve3d curve
)
Public Sub New (
curve As Curve3d
)
public:
EdgeRef(
Curve3d^ curve
)
new :
curve : Curve3d -> EdgeRef
Parameters
- curve Curve3d
-
See Also