CreatePlaneByNormal Method (IMathUtility) Send Feedback
See Also 
Plane[out]
IMathPlane
Origin
IMathPoint
Normal
IMathVector
Creates an infinite mathematical plane as defined by the specified origin and normal.

Syntax

Visual Basic 
Function CreatePlaneByNormal( _
   ByVal Origin As MathPoint, _
   ByVal Normal As MathVector _
) As MathPlane
C# 
MathPlane CreatePlaneByNormal( 
   MathPoint Origin,
   MathVector Normal
)
JavaScript 
CreatePlaneByNormal( 
   Origin : dsMathPoint,
   Normal : dsMathVector
) : dsMathPlane
COM native C++ 
HRESULT CreatePlaneByNormal( 
   IMathPoint* Origin,
   IMathVector* Normal,
   IMathPlane** Plane
) 
C++ 
DSRESULT CreatePlaneByNormal( 
   dsMathPoint* Origin,
   dsMathVector* Normal,
   dsMathPlane** Plane
) 

Parameters

Origin
IMathPoint
Normal
IMathVector
Plane[out] or Return Value
IMathPlane
 

See Also

Availability

DraftSight V1R1.4