oaViaParamType
模块: oapy._oa._tech
导入: from oapy._oa import _tech
概览
oaViaParamType 在 oapy 中可用,可通过 _tech 模块访问。
本页汇总 oaViaParamType 当前在 oapy 中可用的 Python 接口。
详细说明
The oaViaParamType class is an enum wrapper class for oaViaParamTypeEnum values。 See Enum Wrappers in the Programmers Guide for a discussion of enum wrappers。 enum oaViaParamTypeEnum Note: The oacCutSizeViaParamType is deprecated。 Instead, the oacCutWidthViaParamType and oacCutHeightViaParamType enumerations are used。 These have the advantage of not requiring a 1:1 aspect ratio。 Enumeration values: oacLayer1EncViaParamType "layer1Enc" oacLayer2EncViaParamType "layer2Enc" oacImplant1EncViaParamType "implant1Enc" oacImplant2EncViaParamType "implant2Enc" oacLayer1OffsetViaParamType "layer1Offset" oacLayer2OffsetViaParamType "layer2Offset" oacCutSpacingViaParamType "cutSpacing" oacOriginOffsetViaParamType "originOffset" oacCutSizeViaParamType "cutSize" oacCutLayerViaParamType "cutLayer" oacCutColumnsViaParamType "cutColumns" oacCutRowsViaParamType "cutRows" oacCutWidthViaParamType "cutWidth" oacCutHeightViaParamType "cutHeight"。
构造函数
_tech.oaViaParamType(valueIn)
obj = _tech.oaViaParamType(valueIn)
_tech.oaViaParamType(name)
obj = _tech.oaViaParamType(name)
方法总览
| 状态 | Python 调用 |
|---|---|
| ✅ | obj.getName() |
方法说明
obj.getName()
绑定状态: 已绑定
Python 调用: obj.getName()
This function returns the string name associated with the encapsulated oaViaParamTypeEnum object set on this oaViaParamType。
Python 示例
from oapy._oa import _tech
# assume obj is a oaViaParamType
obj.getName()