首页 / tech / oaDerivedLayerParamType

oaDerivedLayerParamType

模块: oapy._oa._tech 导入: from oapy._oa import _tech

概览

oaDerivedLayerParamTypeoapy 中可用,可通过 _tech 模块访问。

本页汇总 oaDerivedLayerParamType 当前在 oapy 中可用的 Python 接口。

详细说明

The oaDerivedLayerParamType class is an enum wrapper class for oaDerivedLayerParamTypeEnum values。 See Enum Wrappers in the Programmers Guide for a discussion of enum wrappers。 enum oaDerivedLayerParamTypeEnum Enumeration values: oacConnectivityTypeDerivedLayerParamType "connectivityType" oaIntValue type oacSelectShapesInRangeDerivedLayerParamType "selectShapesInRange" oaBooleanValue type oacRangeDerivedLayerParamType "range" oaIntRangeValue type oacAreaRangeDerivedLayerParamType "areaRange" oaUInt8RangeValue type oacExclusiveDerivedLayerParamType "exclusive" oaBooleanValue type oacDistanceDerivedLayerParamType "distance" oaIntValue type oacSelectShapesWithPurposeDerivedLayerParamType "oaSelectShapesWithPurpose" oaPurposeValue type。

构造函数

_tech.oaDerivedLayerParamType(valueIn)

obj = _tech.oaDerivedLayerParamType(valueIn)

_tech.oaDerivedLayerParamType(name)

obj = _tech.oaDerivedLayerParamType(name)

方法总览

状态 Python 调用
obj.getName()

方法说明

obj.getName()

绑定状态: 已绑定

Python 调用: obj.getName()

This function returns the string name of the oaDerivedLayerParamTypeEnum value that this oaDerivedLayerParamType object represents。

Python 示例

from oapy._oa import _tech

# assume obj is a oaDerivedLayerParamType
obj.getName()