PXC_3DMeasureType Enumeration

From PDF XChange PDF SDK
Revision as of 00:53, 15 May 2020 by Dsbot (Talk | contribs) (Automatic page editing by robot)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


Specifies the ...

Syntax

enum PXC_3DMeasureType
{
    M3D_Linear        = 0,
    M3D_Perpendicular = 1,
    M3D_Angular       = 2,
    M3D_Radial        = 3,
    M3D_Comment       = 4,
    M3D__last_        = 5,
};

Constants

M3D_Linear
The ...
M3D_Perpendicular
The ...
M3D_Angular
The ...
M3D_Radial
The ...
M3D_Comment
The ...
M3D__last_
The ...

See Also

IPXC_3DMeasureBase::Type