Creates an infinite mathematical plane as defined by the specified origin and the two specified non-collinear vectors.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function CreatePlaneByUV( _
dsMathPoint* Origin As MathPoint, _
dsMathVector* UAxis As MathVector, _
dsMathVector* VAxis As MathVector _
) As MathPlane |
C# | |
---|
MathPlane CreatePlaneByUV(
MathPoint Origin,
MathVector UAxis,
MathVector VAxis
) |
Parameters
- Origin
- IMathPoint
- UAxis
- IMathVector (see Remarks)
- VAxis
- IMathVector (see Remarks)
- Plane[out] or Return Value
- IMathPlane
Remarks
See Also
Availability
DraftSight V1R1.4