首页 / tech / oaSiteRef

oaSiteRef

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

概览

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

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

详细说明

The oaSiteRef class implements a reference by name to a site and its placement。 This is used for array sites, where each site that is part of an array site has its own placement。

构造函数

_tech.oaSiteRef()

obj = _tech.oaSiteRef()

_tech.oaSiteRef(siteName, xform)

obj = _tech.oaSiteRef(siteName, xform)

_tech.oaSiteRef(siteRefIn)

obj = _tech.oaSiteRef(siteRefIn)

方法总览

状态 Python 调用
obj.siteName()
obj.transform()
obj.siteName()
obj.transform()
obj.operator=(dataIn)
obj.operator==(other)
obj.operator!=(other)
obj.operator==(other)
obj.operator!=(other)

方法说明

obj.siteName()

绑定状态: 已绑定

Python 调用: obj.siteName()

This function returns a reference to the siteName value of this oaSiteRef object。

Python 示例

from oapy._oa import _tech

# assume obj is a oaSiteRef
obj.siteName()

obj.transform()

绑定状态: 已绑定

Python 调用: obj.transform()

This function returns a reference to the transform of this oaSiteRef object。

Python 示例

from oapy._oa import _tech

# assume obj is a oaSiteRef
obj.transform()

obj.siteName()

绑定状态: 已绑定

Python 调用: obj.siteName()

This function returns the siteName value of this oaSiteRef object。

Python 示例

from oapy._oa import _tech

# assume obj is a oaSiteRef
obj.siteName()

obj.transform()

绑定状态: 已绑定

Python 调用: obj.transform()

This function returns the transform value of this oaSiteRef object。

Python 示例

from oapy._oa import _tech

# assume obj is a oaSiteRef
obj.transform()

obj.operator=(dataIn)

绑定状态: 已绑定

Python 调用: obj.operator=(dataIn)

Python 示例

from oapy._oa import _tech

# assume obj is a oaSiteRef
obj.operator=(dataIn)

obj.operator==(other)

绑定状态: 已绑定

Python 调用: obj.operator==(other)

Python 示例

from oapy._oa import _tech

# assume obj is a oaSiteRef
obj.operator==(other)

obj.operator!=(other)

绑定状态: 已绑定

Python 调用: obj.operator!=(other)

Python 示例

from oapy._oa import _tech

# assume obj is a oaSiteRef
obj.operator!=(other)

obj.operator==(other)

绑定状态: 已绑定

Python 调用: obj.operator==(other)

Python 示例

from oapy._oa import _tech

# assume obj is a oaSiteRef
obj.operator==(other)

obj.operator!=(other)

绑定状态: 已绑定

Python 调用: obj.operator!=(other)

Python 示例

from oapy._oa import _tech

# assume obj is a oaSiteRef
obj.operator!=(other)