SilverScreen Solid Modeler

Clear method

Clear method

Previous topic Next topic  

Clear method

Previous topic Next topic JavaScript is required for the print function  

 

SilverSharpAPI

 

void Clear ( )

 

 

 

 

 




Synopsis

using SilverSharp;

 

The Clear method sets all components of the plane equation to zero.

 

 

Parameters

none

 

 

Return Value

none

 

 

Remarks

Given a plane equation of the form:

 

   Ax + By + Cz + D = 0

 

This method sets A, B, C, and D to zero

 

 

See Also

SS_COEF