Repository URL to install this package:
|
Version:
2016.3.0.4050 ▾
|
//========================================================================//
// 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
}