Searches coordinates of a point (P) in the new coordinate system.
This coordinate system is built respectively to Arbitary Axis Algoritm.
OZ axis of the new coordinate system is N.
Namespace:
CADImport
Assembly: CADImport (in CADImport.dll)
Syntax
Visual Basic (Declaration) |
Public Shared Sub DoPreExtrusion( _ ByRef P As DPoint, _ ByVal N As DPoint _ ) |
Parameters
-
P
-
Type: DPoint
Point to be changed
-
N
-
Type: DPoint
0Z axis of the new coordinate system,
where 0X and 0Y are being selected respectively to Arbitary Axis Algoritm
Platforms
Version Information
.NET Framework
Supported in: 2.0 - 4, NET6
.NET Framework Client Profile
Supported in: 4, 3.5 SP1
See Also