Skip to content
Snippets Groups Projects
Verified Commit 5ee7d1d2 authored by Xavier Robin's avatar Xavier Robin
Browse files

doc: consistently have .handle as first attribute in Views

parent fb474fc6
No related branches found
No related tags found
No related merge requests found
......@@ -1264,6 +1264,13 @@ The View Classes
An entity view represents a structural subset of an :class:`EntityHandle`. For
an introduction ,see :doc:`../../intro-01`.
.. attribute:: handle
The underlying :class:`handle <EntityHandle>` of the entity view. Also
available as :meth:`GetHandle`.
:type: :class:`EntityHandle`
.. attribute:: chains
......@@ -1329,13 +1336,6 @@ The View Classes
:type: :class:`ost.geom.AlignedCuboid`
.. attribute:: handle
The underlying :class:`handle <EntityHandle>` of the entity view. Also
available as :meth:`GetHandle`.
:type: :class:`EntityHandle`
.. attribute:: valid
Validity of view.
......@@ -1615,6 +1615,12 @@ The View Classes
A view representation of a :class:`ChainHandle`. Mostly, the same
functionality is provided as for the handle.
.. attribute:: handle
The chain handle this view points to. Also available as :meth:`GetHandle`.
:type: :class:`ChainHandle`
.. attribute:: name
The chain name. The name uniquely identifies the chain in the entity. In
......@@ -1668,7 +1674,6 @@ The View Classes
:type: bool
.. attribute:: atoms
Get list of all atoms of this chain. To access a single atom, use
......@@ -1703,12 +1708,6 @@ The View Classes
:type: :class:`~ost.geom.Vec3`
.. attribute:: handle
The chain handle this view points to. Also available as :meth:`GetHandle`.
:type: :class:`ChainHandle`
.. attribute:: geometric_center
Mid-point of the axis aligned bounding box of the entity.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment