| Visual Basic | |
|---|---|
Function IntersectWithLinearObject( _ ByVal LinearObject As MathLine _ ) As MathPoint | |
| C# | |
|---|---|
MathPoint IntersectWithLinearObject( MathLine LinearObject ) | |
| JavaScript | |
|---|---|
IntersectWithLinearObject( LinearObject : dsMathLine ) : Number | |
| COM native C++ | |
|---|---|
HRESULT IntersectWithLinearObject( IMathLine* LinearObject, IMathPoint** IntersectionPoint ) | |
| C++ | |
|---|---|
DSRESULT IntersectWithLinearObject( dsMathLine* LinearObject, dsMathPoint** IntersectionPoint ) | |
Parameters
- LinearObject
- Linear object that intersects this plane
- IntersectionPoint[out] or Return Value
- Point or null if LinearObject is nonintersecting
DraftSight V1R1.4
Syntax