SilverScreen Solid Modeler

LINE_NODE

LINE_NODE

Previous topic Next topic  

LINE_NODE

Previous topic Next topic JavaScript is required for the print function  

SilverSharpAPI

 

SilverSharp.LINE_NODE

 

Structure

A SilverSharp.LINE_NODE object stores information relevant to a SilverScreen line primitive.

 

 

 

C# Code

 

 class LINE_NODE sealed : PRIM_NODE

    {

    LINE_NODE(LINE_NODE rhs);

    LINE_NODE(string    line_path);

 

    property uint edge { get; }

 

    readonly EDGE_NODE edge_node;

    };

 

 

 

Properties

The following read-only properties mimic the purpose of their counter-parts in the SilverC LINE_NODE:

 

Name

Description

edge

The id of the edge that represents the line primitive

 

The following read-only properties extend LINE_NODE for SilverSharp:

 

Name

Description

edge_node

A SilverSharp.EDGE_NODE object that represents the line primitive

 

 

Methods

Member

Description

LINE_NODE

Constructor(s) to initialize the object

 

 

Remarks

A SilverSharp.LINE_NODE inherits from a SilverSharp.PRIM_NODE and therefore includes those properties and methods as well; for instance, Path, Type, and PrimBits are inherited properties of a SilverSharp.LINE_NODE.

 

Note: A SilverSharp.LINE_NODE is a SilverSharp.PRIM_NODE, but the reverse is not true.

 

 

See Also

Primitive Types, PRIM_NODE, SilverC LINE_NODE