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( _
IMathPoint* Origin As MathPoint, _
IMathVector* UAxis As MathVector, _
IMathVector* 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)
Parameters
- Plane[out] or Return Value
- IMathPlane
Remarks
See Also
Availability
DraftSight V1R1.4