NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
NXOpen::Annotations::CircularCenterlineBuilder类 参考

圆形中心线构建器 更多...

#include <Annotations_CircularCenterlineBuilder.hxx>

类 NXOpen::Annotations::CircularCenterlineBuilder 继承关系图:
NXOpen::Annotations::CircleCenterlineBuilder NXOpen::Annotations::CenterlineBuilder NXOpen::Annotations::BaseSymbolBuilder NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

友元

class _CircularCenterlineBuilderBuilder

额外继承的成员函数

Public 类型 继承自 NXOpen::Annotations::CircleCenterlineBuilder
enum  Types { TypesThrough3Points , TypesCenterpoint }
Public 成员函数 继承自 NXOpen::Annotations::CircleCenterlineBuilder
bool FullCircle ()
NXOpen::SelectNXObjectInherit ()
NXOpen::SelectNXObjectListLocations ()
void RemoveLocation (int index)
void SetFullCircle (bool fullType)
NXOpen::Annotations::CircleCenterlineSettingsBuilderSettings ()
void SetType (NXOpen::Annotations::CircleCenterlineBuilder::Types method)
NXOpen::Annotations::CircleCenterlineBuilder::Types Type ()
Public 成员函数 继承自 NXOpen::Annotations::CenterlineBuilder
void AddEndExtensions (double start, double end)
void AddExtension (int index, double defaultValue)
std::vector< double > GetAllExtensions ()
std::vector< double > GetAllIndividualExtensions ()
std::vector< double > GetEndExtensions ()
void RemoveEndExtensions ()
void RemoveExtension (int index)
void ResetAllExtensions (double defaultValue)
void SetAllIndividualExtensions (const std::vector< double > &extensionValues)
void SetEndExtensions (double start, double end)
void SetIndividualExtensions (int index, double value1, double value2)
Public 成员函数 继承自 NXOpen::Builder
NXOpen::NXObjectCommit ()
void Destroy ()
std::vector< NXOpen::NXObject * > GetCommittedObjects ()
NXOpen::NXObjectGetObject ()
NXOpen::PreviewBuilderPreviewBuilder ()
void ShowResults ()
virtual bool Validate ()
Public 成员函数 继承自 NXOpen::TaggedObject
tag_t Tag () const

详细描述

圆形中心线构建器

表示圆形中心线构建器
要创建此类的新实例,请使用 NXOpen::Annotations::CenterlineCollection::CreateCircularCenterlineBuilder
默认值。

属性
FullCircle true
Type Through3Points


在 NX6.0.0 版本中创建。