Visual Basic | |
---|---|
Function IntersectWithPlane( _ ByVal Plane As MathPlane _ ) As MathLine |
C# | |
---|---|
MathLine IntersectWithPlane( MathPlane Plane ) |
JavaScript | |
---|---|
IntersectWithPlane( Plane : dsMathPlane ) : dsMathLine |
COM native C++ | |
---|---|
HRESULT IntersectWithPlane( IMathPlane* Plane, IMathLine** IntersectionLine ) |
C++ | |
---|---|
DSRESULT IntersectWithPlane( dsMathPlane* Plane, dsMathLine** IntersectionLine ) |
Parameters
- Plane
- Plane
- IntersectionLine[out] or Return Value
- Mathematical line or null if Plane is nonintersecting
DraftSight V1R1.4