通用测量
更多...
#include <GenericMeasure.hxx>
|
| enum | Type {
TypeMinimumDistance
, TypeLocalMinimumDistance
, TypeMaximumDistance
, TypeProjectedDistance
,
TypeRadialDistance
, TypeLength
, TypeTwoObjectAngle
, TypeThreePointAngle
,
TypeFaceProperties
, TypeMassProperties
, TypePointsOnCurves
, TypeRoutingPathLength
,
TypeDiameterDistance
, TypePolarRadius
, TypePolarAngle
, TypeRectangularExtreme
,
TypePolarArea
, TypeExtremePoint
, TypeMinimumSmartDistance
, TypeMaximumSmartDistance
,
TypePoint
} |
通用测量
表示单值测量
于NX4.0.0版本创建。
◆ Type
测量类型
| 枚举值 |
|---|
| TypeMinimumDistance | 最小距离
|
| TypeLocalMinimumDistance | 局部最小距离
|
| TypeMaximumDistance | 最大距离
|
| TypeProjectedDistance | 投影距离
|
| TypeRadialDistance | 径向距离
|
| TypeLength | 长度
|
| TypeTwoObjectAngle | 两对象角度
|
| TypeThreePointAngle | 三点角度
|
| TypeFaceProperties | 面属性
|
| TypeMassProperties | 质量属性
|
| TypePointsOnCurves | 曲线上的点
|
| TypeRoutingPathLength | 布线路径长度
|
| TypeDiameterDistance | 直径距离
|
| TypePolarRadius | 极半径
|
| TypePolarAngle | 极角
|
| TypeRectangularExtreme | 矩形极值
|
| TypePolarArea | 极面积
|
| TypeExtremePoint | 极值点
|
| TypeMinimumSmartDistance | 最小智能距离
|
| TypeMaximumSmartDistance | 最大智能距离
|
| TypePoint | 点
|
◆ ~GenericMeasure()
| virtual NXOpen::GenericMeasure::~GenericMeasure |
( |
| ) |
|
|
virtual |
释放与测量关联的资源。调用此方法后,使用该对象为非法。在.NET中,当对象被垃圾回收器删除时,此方法会自动调用。
于NX4.0.0版本创建。
许可要求 : 无
◆ Information()
| void NXOpen::GenericMeasure::Information |
( |
| ) |
|
显示测量信息。
在交互模式下,输出将显示在列表窗口中
在批处理模式下,输出将显示到标准输出(stdout)
于NX4.0.0版本创建。
许可要求 : 无
◆ MeasurementType()
返回测量类型
于NX4.0.0版本创建。
许可要求 : 无