SketchRectangleAtAnyAngle Method (IModelDoc)
Obsolete. Superseded by IModelDoc2::SketchRectangleAtAnyAngle.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub SketchRectangleAtAnyAngle( _
ByVal Val1 As System.Double, _
ByVal Val2 As System.Double, _
ByVal Z1 As System.Double, _
ByVal Val3 As System.Double, _
ByVal Val4 As System.Double, _
ByVal Z2 As System.Double, _
ByVal Val3x As System.Double, _
ByVal Val3y As System.Double, _
ByVal Z3 As System.Double, _
ByVal Val5 As System.Boolean _
) |
Visual Basic (Usage) | |
---|
Dim instance As IModelDoc
Dim Val1 As System.Double
Dim Val2 As System.Double
Dim Z1 As System.Double
Dim Val3 As System.Double
Dim Val4 As System.Double
Dim Z2 As System.Double
Dim Val3x As System.Double
Dim Val3y As System.Double
Dim Z3 As System.Double
Dim Val5 As System.Boolean
instance.SketchRectangleAtAnyAngle(Val1, Val2, Z1, Val3, Val4, Z2, Val3x, Val3y, Z3, Val5) |
C# | |
---|
void SketchRectangleAtAnyAngle(
System.double Val1,
System.double Val2,
System.double Z1,
System.double Val3,
System.double Val4,
System.double Z2,
System.double Val3x,
System.double Val3y,
System.double Z3,
System.bool Val5
) |
C++/CLI | |
---|
void SketchRectangleAtAnyAngle(
& System.double Val1,
& System.double Val2,
& System.double Z1,
& System.double Val3,
& System.double Val4,
& System.double Z2,
& System.double Val3x,
& System.double Val3y,
& System.double Z3,
& System.bool Val5
) |
Parameters
- Val1
-
- Val2
-
- Z1
-
- Val3
-
- Val4
-
- Z2
-
- Val3x
-
- Val3y
-
- Z3
-
- Val5
-
See Also