Creates a non-associative ordinate dimension.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function ICreateOrdinateDim4( _
ByRef P0 As Double, _
ByRef P1 As Double, _
ByRef P2 As Double, _
ByRef P3 As Double, _
ByRef P4 As Double, _
ByRef P5 As Double, _
ByVal Val As Double, _
ByVal Angle As Double, _
ByVal TextHeight As Double _
) As DisplayDimension |
Visual Basic (Usage) | |
---|
Dim instance As IDrawingDoc
Dim P0 As Double
Dim P1 As Double
Dim P2 As Double
Dim P3 As Double
Dim P4 As Double
Dim P5 As Double
Dim Val As Double
Dim Angle As Double
Dim TextHeight As Double
Dim value As DisplayDimension
value = instance.ICreateOrdinateDim4(P0, P1, P2, P3, P4, P5, Val, Angle, TextHeight)
|
C# | |
---|
DisplayDimension ICreateOrdinateDim4(
ref double P0,
ref double P1,
ref double P2,
ref double P3,
ref double P4,
ref double P5,
double Val,
double Angle,
double TextHeight
) |
C++/CLI | |
---|
DisplayDimension^ ICreateOrdinateDim4(
& double% P0,
& double% P1,
& double% P2,
& double% P3,
& double% P4,
& double% P5,
& double Val,
& double Angle,
& double TextHeight
) |
Parameters
- P0
Pointer to an array of 3 doubles (x,y,z); dimension point
- P1
Pointer to an array of 3 doubles (x,y,z); unit vector that specifies the direction of the ordinate dimension
- P2
Pointer to an array of 3 doubles (x,y,z); extension line start point
- P3
Pointer to an array of 3 doubles (x,y,z); extension line end point
- P4
Pointer to an 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
Pointer to an 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
Pointer to the IDisplayDimension object created
Remarks
See Also
Availability
SolidWorks 2000 FCS, Revision Number 8.0