SilverScreen Solid Modeler

PATCH_NODE        

PATCH_NODE        

Previous topic Next topic  

PATCH_NODE        

Previous topic Next topic JavaScript is required for the print function  

SilverScreenAPI

 

PATCH_NODE

 

Structure

A data type that stores the data associated with a patch of a Bezier mesh surface

 

 

 struct PATCH_NODE

    {

    SS_XYZ    patch[4][4];

    USINT32   bits;

    int       id;

    USINT     patch_width_style;

    RGB       patch_rgb;

    };

 

 


Members

Member

Description

patch

A 4x4 array of Bezier control points that make up one patch of a Bezier mesh surface

bits

Bit flags that are reserved for future use.

id

A numeric value that identifies the patch within the mesh surface

patch_width_style

The edge with and style index used to render this patch of the mesh surface.

patch_rgb

The edge color used to render this patch of the mesh surface

 

 

See Also

MESH_NODE

 

Header

silver.h, ssnodes.h