CADability dotNET
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Determins, whether the given vector is in the given plane
Namespace: CADabilityAssembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Syntax
| C# |
|---|
public static bool IsDirectionInPlane( GeoVector dir, Plane pl ) |
| Visual Basic |
|---|
Public Shared Function IsDirectionInPlane ( _ dir As GeoVector, _ pl As Plane _ ) As Boolean |
| Visual C++ |
|---|
public: static bool IsDirectionInPlane( GeoVector dir, Plane pl ) |