Recalculates coordinates of a point in the basic coordinate system. This coordinate
system is built respectively to Arbitary Axis Algoritm.
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
A drawing 3D point to be changed
-
N
-
Type: DPoint
0Z axis of the basic 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