CADability dotNET
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Returns the intersection plane of the line given by the parameters with this plane.
Namespace: CADabilityAssembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Syntax
| C# |
|---|
public GeoPoint Intersect( GeoPoint LinePoint, GeoVector LineDir ) |
| Visual Basic |
|---|
Public Function Intersect ( _ LinePoint As GeoPoint, _ LineDir As GeoVector _ ) As GeoPoint |
| Visual C++ |
|---|
public: GeoPoint Intersect( GeoPoint LinePoint, GeoVector LineDir ) |
Parameters
- LinePoint
- Type: CADability..::..GeoPoint
point on the line
- LineDir
- Type: CADability..::..GeoVector
direction of the line