VCGetOrthoAng
VCSetOrthoAng


Version:

1.2

Description:

Specifies the ortho angle setting.

Declaration:

 

C/C++

extern "C" double WINAPI VCGetOrthoAng(short* iError);
extern "C" void WINAPI VCGetOrthoAngBP(short* iError, double* dRet);
extern "C" void WINAPI VCSetOrthoAng(short* iError, double d);

Delphi

procedure VCGetOrthoAngBP(var iError: Smallint; var dRet: Double); stdcall;
procedure VCSetOrthoAng(var iError: Smallint; dRet: Double); stdcall;

ActiveX/COM

Function GetOrthoAng() As Double
Sub SetOrthoAng(ByVal d As Double)

Parameters:

d - ortho angle setting in radians

Notes:

Ortho mode is one the more useful features of Visual CADD™ that constrains many construction and editing tools. This constraint only allows point placements along lines that lie at 90° increments from, or on, the ortho angle, from the first point placed in the command.

See Also:

VCGetOrthoMode