DCMolecularField¶
from panda3d.direct import DCMolecularField
-
class
DCMolecularField
¶ Bases:
DCField
A single molecular field of a Distributed Class, as read from a .dc file. This represents a combination of two or more related atomic fields, that will often be treated as a unit.
Inheritance diagram
-
getAtomic
(n: int) → DCAtomicField¶ Returns the nth atomic field that makes up this molecular field. This may or may not be a field of this particular class; it might be defined in a parent class.
-