CADability dotNET
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Creates a new axis from a location and a direction
Namespace: CADabilityAssembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Syntax
| C# |
|---|
public Axis( GeoPoint location, GeoVector direction ) |
| Visual Basic |
|---|
Public Sub New ( _ location As GeoPoint, _ direction As GeoVector _ ) |
| Visual C++ |
|---|
public: Axis( GeoPoint location, GeoVector direction ) |
Parameters
- location
- Type: CADability..::..GeoPoint
location
- direction
- Type: CADability..::..GeoVector
direction