API:IAtomTypeSphere
From Wiketomica
| API Home | Participants | API | Discussion | Demos | Downloads | Documentation | Contact Us | Acknowledgements |
IAtomTypeSphere
Purpose
The IAtomTypeSphere contains information common to all IAtoms of a particular type that have a diameter.
superclass: IAtomType
Proposed Interface
interface IAtomTypeSphere : IAtomType {
attribute double diameter;
}
