Recalculates coordinates of a point in the new 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 DoExtrusion( _ 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 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