Visual Basic | |
---|---|
Function CreatePlaneByNormal( _ ByVal Origin As MathPoint, _ ByVal Normal As MathVector _ ) As MathPlane |
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
IMathUtility Interface
IMathUtility Members
IMathUtility::CreatePlaneByUV Method
IMathUtility::CreateXYPlane Method
IMathUtility::CreateYZPlane Method
IMathUtility::CreateZXPlane Method
IMathUtility Members
IMathUtility::CreatePlaneByUV Method
IMathUtility::CreateXYPlane Method
IMathUtility::CreateYZPlane Method
IMathUtility::CreateZXPlane Method
DraftSight V1R1.4