Creates a non-associative ordinate dimension.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function CreateOrdinateDim4( _
ByVal P0 As Object, _
ByVal P1 As Object, _
ByVal P2 As Object, _
ByVal P3 As Object, _
ByVal P4 As Object, _
ByVal P5 As Object, _
ByVal Val As Double, _
ByVal Angle As Double, _
ByVal TextHeight As Double _
) As Object |
Visual Basic (Usage) | |
---|
Dim instance As IDrawingDoc
Dim P0 As Object
Dim P1 As Object
Dim P2 As Object
Dim P3 As Object
Dim P4 As Object
Dim P5 As Object
Dim Val As Double
Dim Angle As Double
Dim TextHeight As Double
Dim value As Object
value = instance.CreateOrdinateDim4(P0, P1, P2, P3, P4, P5, Val, Angle, TextHeight)
|
C++/CLI | |
---|
Object^ CreateOrdinateDim4(
& Object^ P0,
& Object^ P1,
& Object^ P2,
& Object^ P3,
& Object^ P4,
& Object^ P5,
& double Val,
& double Angle,
& double TextHeight
) |
Parameters
- P0
Array of 3 doubles (x,y,z); dimension point
- P1
Array of 3 doubles (x,y,z); unit vector that specifies the direction of the ordinate dimension
- P2
Array of 3 doubles (x,y,z); extension line start point
- P3
Array of 3 doubles (x,y,z); extension line end point
- P4
Array of 3 doubles (x,y,z); unit vector and specifies the orientation of the text; for example, (1, 0, 0) results in horizontal text read from left to right
- P5
Array of 3 doubles (x,y,z); position of text
- Val
Value for the ordinate dimension
- Angle
Inclination angle of the text in radians (character slant)
- TextHeight
Text height in meters
Return Value
Display dimension
Remarks
See Also
Availability
SolidWorks 2000 FCS, Revision Number 8.0