Visual Basic | |
---|---|
Function IntersectWithPlane( _ ByVal Plane As MathPlane _ ) As MathPoint |
C# | |
---|---|
MathPoint IntersectWithPlane( MathPlane Plane ) |
JavaScript | |
---|---|
IntersectWithPlane( Plane : dsMathPlane ) : Number |
COM native C++ | |
---|---|
HRESULT IntersectWithPlane( IMathPlane* Plane, IMathPoint** IntersectionPoint ) |
C++ | |
---|---|
DSRESULT IntersectWithPlane( dsMathPlane* Plane, dsMathPoint** IntersectionPoint ) |
Parameters
DraftSight V1R1.4