Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
draftsight / opt / dassault-systemes / DraftSight / APISDK / headers / cpp / dsCommandOption_3P.h
Size: Mime:
//========================================================================//
//							SOURCE CODE LICENSE							  //
//  Copyright 2012 Dassault Systèmes SolidWorks Corporation               //
//  All rights reserved.                                                  //
//  This software and related documentation are proprietary to            // 
//  Dassault Systèmes SolidWorks Corporation                              //
//========================================================================//
// dsCommandOption_3P.h, C++ API dsCommandOptionPoint3d interface
//

enum dsCommandOptionPoint3d_e
{
	dsCommandOptionPoint3d_Undefined = 0,
	dsCommandOptionPoint3d_GetLstXY = 1,
	dsCommandOptionPoint3d_GetOrgActCS = 2,
	dsCommandOptionPoint3d_GetVwCtr = 3,
	dsCommandOptionPoint3d_GetXDirActCS = 4,
	dsCommandOptionPoint3d_GetXYLLFit = 5,
	dsCommandOptionPoint3d_GetXYURFit = 6,
	dsCommandOptionPoint3d_GetYDirActCS = 7,
	dsCommandOptionPoint3d_LgcyTARGET = 8,
	dsCommandOptionPoint3d_LgcyVIEWDIR = 9,
	dsCommandOptionPoint3d_LgcyVSMAX = 10,
	dsCommandOptionPoint3d_LgcyVSMIN = 11,
	dsCommandOptionPoint3d_SetBase = 12,
	dsCommandOptionPoint3d_Count = 13
}