*EndPlot3DDefaults()

Ends the HyperGraph 3D-specific defaults block in the preferences file.

Syntax

*EndPlot3DDefaults()

Application

HyperGraph 3D

Context

*BeginDefaults()

*BeginPlot3DDefaults()

Example

*BeginDefaults()
    *BeginPlot3DDefaults()
        *SetDefaultNoteAlignment(Center)
    *EndPlot3DDefaults()
*EndDefaults()