Description Sets the Surface Visualization properties of a specified surface in the associated FRED document. Although visualization attributes can be assigned to a parent custom element or subassembly node in the GUI, this script command only works on surfaces.
Syntax SetSurfVisualize n, vis
Parameters n As Long Node number of the surface.
vis As T_SURFVISUALIZE Structure containing the new visualization attributes of the surface.
Remarks This subroutine sets the Surface Visualization properties of a specified surface in the associated FRED document. If there is a problem, the subroutine sets an error and returns without modifying the surface.
See Also Examples
|