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

The point style. 更多...

#include <APIPointStyle.h>

类 AnyCAD::API::PointStyle 继承关系图:
AnyCAD::API::RenderStyle AnyCAD::API::Object

Public 成员函数

void SetPointSize (const float &pointSize)
 
float GetPointSize () const
 
void SetMarker (const String &name)
 
String GetMarker () const
 
- Public 成员函数 继承自 AnyCAD::API::RenderStyle
void SetColor (const ColorValue &clr)
 
void SetColor (int r, int g, int b)
 
ColorValue GetColor () const
 
- Public 成员函数 继承自 AnyCAD::API::Object
String GetObjectClassId () const
 
StringList ListParentClassIds () const
 

详细描述

The point style.

TODO:

成员函数说明

String AnyCAD::API::PointStyle::GetMarker ( ) const

Get the marker. Default is empty.

返回
the marker name.
float AnyCAD::API::PointStyle::GetPointSize ( ) const

Get Line Width

返回
float
void AnyCAD::API::PointStyle::SetMarker ( const String name)

Set the marker

参数
namethe marker name
void AnyCAD::API::PointStyle::SetPointSize ( const float &  pointSize)

Set Point Size

参数
pointSizethe point size

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