Class Torus3D

    • Field Detail

      • crossSectionRadius

        public Parameter crossSectionRadius
        The radius of the torus cross-section This parameter should contain a DoubleToken.
      • hullRadius

        public Parameter hullRadius
        The radius of the torus outer hull This parameter should contain a DoubleToken.
      • angleSpan

        public Parameter angleSpan
        The span of torus sweep angle This parameter should contain a DoubleToken.
      • slices

        public Parameter slices
        The number of slices This parameter should contain a IntToken.
    • Method Detail

      • _getNodeObject

        protected javax.media.j3d.Node _getNodeObject()
        Return the encapsulated Java3D node of this 3D actor. The encapsulated node for this actor is a customized torus.
        Specified by:
        _getNodeObject in class GRActor3D
        Returns:
        the torus node