Creates a new instance of the
CADArc class using two
instances of the
CADVertex class.
Namespace:
CADImport
Assembly: CADImport (in CADImport.dll)
Syntax
Visual Basic (Declaration) |
Public Shared Function CreateArcFromVertexes( _ ByVal vertex1 As CADVertex, _ ByVal vertex2 As CADVertex _ ) As CADArc |
Parameters
-
vertex1
-
Type: CADVertex
The first vertex
-
vertex2
-
Type: CADVertex
The second vertex
Return Value
The created instance of the
CADArc class. If the
first vertex have Bulge value equal to zero, then null returned
Platforms
Version Information
.NET Framework
Supported in: 2.0 - 4, NET6
.NET Framework Client Profile
Supported in: 4, 3.5 SP1
See Also