AnyCAD C++ API  2018
 全部  命名空间 文件 函数 变量 类型定义 枚举 枚举值 友元 宏定义 
静态 Public 成员函数 | 所有成员列表
AnyCAD::API::ParameterCreator类 参考

ParameterValue creator. 更多...

#include <APIParameterCreator.h>

静态 Public 成员函数

static ParameterValue Create (int val)
 
static ParameterValue Create (const ElementId &val)
 
static ParameterValue Create (bool val)
 
static ParameterValue Create (double val)
 
static ParameterValue Create (const Vector3 &val)
 
static ParameterValue Create (const Vector2 &val)
 
static ParameterValue Create (const ColorValue &val)
 
static ParameterValue Create (const String &val)
 
static ParameterValue ParseString (const String &str, int vt)
 

详细描述

ParameterValue creator.

TODO:

成员函数说明

static ParameterValue AnyCAD::API::ParameterCreator::Create ( int  val)
static

Create Parameter.

参数
valthe value
返回
the ParameterValue.
static ParameterValue AnyCAD::API::ParameterCreator::Create ( const ElementId val)
static

Create ElementId Parameter.

参数
valthe value
返回
the ParameterValue.
static ParameterValue AnyCAD::API::ParameterCreator::Create ( bool  val)
static

Create Parameter.

参数
valthe value
返回
the ParameterValue.
static ParameterValue AnyCAD::API::ParameterCreator::Create ( double  val)
static

Create Parameter.

参数
valthe value
返回
the ParameterValue.
static ParameterValue AnyCAD::API::ParameterCreator::Create ( const Vector3 val)
static

Create Parameter.

参数
valthe value
返回
the ParameterValue.
static ParameterValue AnyCAD::API::ParameterCreator::Create ( const Vector2 val)
static

Create Parameter.

参数
valthe value
返回
the ParameterValue.
static ParameterValue AnyCAD::API::ParameterCreator::Create ( const ColorValue val)
static

Create Parameter.

参数
valthe value
返回
the ParameterValue.
static ParameterValue AnyCAD::API::ParameterCreator::Create ( const String val)
static

Create Parameter.

参数
valthe value
返回
the ParameterValue.
static ParameterValue AnyCAD::API::ParameterCreator::ParseString ( const String str,
int  vt 
)
static

Parse the value from string.

参数
strthe value string.
vtthe value type.
返回
the ParameterValue

该类的文档由以下文件生成: