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

The grid label element. 更多...

#include <APIGridLabelElement.h>

类 AnyCAD::API::GridLabelElement 继承关系图:
AnyCAD::API::RenderableElement AnyCAD::API::PropertiesElement AnyCAD::API::Element AnyCAD::API::Object

Public 成员函数

void SetGridItemId (const ElementId &_GridItemId)
 
ElementId GetGridItemId () const
 
void SetPosition (int _Position)
 
int GetPosition () const
 
void SetDirection (const EnumAxesDirection &_Direction)
 
EnumAxesDirection GetDirection () const
 
void SetShowHandle (bool _ShowHandle)
 
bool GetShowHandle () const
 
void SetOffset (Real _Offset)
 
Real GetOffset () const
 
void SetRadius (Real _Radius)
 
Real GetRadius () const
 
virtual SceneNode GetSceneNode () const
 
- Public 成员函数 继承自 AnyCAD::API::RenderableElement
void SetVisible (bool _Visible)
 
bool GetVisible () const
 
void SetStandalone (bool _Standalone)
 
bool GetStandalone () const
 
void SetStyleId (const ElementId &_StyleId)
 
ElementId GetStyleId () const
 
bool IsVisible () const
 
- Public 成员函数 继承自 AnyCAD::API::PropertiesElement
void AddParameter (ParameterId paramId, const ParameterValue &pParameter)
 
ParameterValue RemoveParameter (ParameterId paramId)
 
void AddParameterUI (ParameterId paramId, const ParameterUI &pParameterUI)
 
ParameterUI GetParameterUI (ParameterId paramId) const
 
ParameterUI RemoveParameterUI (ParameterId paramId)
 
ParameterUISet GetParameterUISet () const
 
virtual ParameterValue GetParameterValue (ParameterId paramId) const
 
virtual bool SetParameterValue (ParameterId paramId, const ParameterValue &pValue)
 
- Public 成员函数 继承自 AnyCAD::API::Element
ElementId GetId () const
 
String GetName () const
 
void SetName (const String &strName)
 
String GetCategory () const
 
void SetCategory (const String &category)
 
ParameterUISet GetSystemParameterUISet () const
 
Document GetOwnerDocument () const
 
- Public 成员函数 继承自 AnyCAD::API::Object
String GetObjectClassId () const
 
StringList ListParentClassIds () const
 

详细描述

The grid label element.

TODO:

成员函数说明

EnumAxesDirection AnyCAD::API::GridLabelElement::GetDirection ( ) const

Get Direction.

返回
the Direction.
ElementId AnyCAD::API::GridLabelElement::GetGridItemId ( ) const

Get GridItemId.

返回
the GridItemId.
Real AnyCAD::API::GridLabelElement::GetOffset ( ) const

Get Offset.

返回
the Offset.
int AnyCAD::API::GridLabelElement::GetPosition ( ) const

Get Position.

返回
the Position.
Real AnyCAD::API::GridLabelElement::GetRadius ( ) const

Get Radius.

返回
the Radius.
virtual SceneNode AnyCAD::API::GridLabelElement::GetSceneNode ( ) const
virtual

Get the visual node.

返回
the SceneNode.

重载 AnyCAD::API::RenderableElement .

bool AnyCAD::API::GridLabelElement::GetShowHandle ( ) const

Get ShowHandle.

返回
the ShowHandle.
void AnyCAD::API::GridLabelElement::SetDirection ( const EnumAxesDirection _Direction)

Set the Direction.

参数
_Directionthe Direction.
void AnyCAD::API::GridLabelElement::SetGridItemId ( const ElementId _GridItemId)

Set the GridItemId.

参数
_GridItemIdthe GridItemId.
void AnyCAD::API::GridLabelElement::SetOffset ( Real  _Offset)

Set the Offset.

参数
_Offsetthe Offset.
void AnyCAD::API::GridLabelElement::SetPosition ( int  _Position)

Set the Position.

参数
_Positionthe Position.
void AnyCAD::API::GridLabelElement::SetRadius ( Real  _Radius)

Set the Radius.

参数
_Radiusthe Radius.
void AnyCAD::API::GridLabelElement::SetShowHandle ( bool  _ShowHandle)

Set the ShowHandle.

参数
_ShowHandlethe ShowHandle.

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