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_2P.h, C++ API dsCommandOptionPoint2d interface
//
enum dsCommandOptionPoint2d_e
{
dsCommandOptionPoint2d_Undefined = 0,
dsCommandOptionPoint2d_GetSzVP = 1,
dsCommandOptionPoint2d_GetXYLLBnds = 2,
dsCommandOptionPoint2d_GetXYURBnds = 3,
dsCommandOptionPoint2d_SetGridUnt = 4,
dsCommandOptionPoint2d_SetSnpBase = 5,
dsCommandOptionPoint2d_SetSnpSpc = 6,
dsCommandOptionPoint2d_Count = 7
}