C# Class CascadeSharp.TKService.Graphic3d.Graphic3d_BufferRange

Mostra file Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

Method Description
Clear ( ) : void
Graphic3d_BufferRange ( ) : System
Graphic3d_BufferRange ( Graphic3d_BufferRange parameter1 ) : System
Graphic3d_BufferRange ( int theStart, int theLength ) : System
IsEmpty ( ) : bool
Unite ( Graphic3d_BufferRange theRange ) : void
Upper ( ) : int

Method Details

Clear() public method

public Clear ( ) : void
return void

Graphic3d_BufferRange() public method

public Graphic3d_BufferRange ( ) : System
return System

Graphic3d_BufferRange() public method

public Graphic3d_BufferRange ( Graphic3d_BufferRange parameter1 ) : System
parameter1 Graphic3d_BufferRange
return System

Graphic3d_BufferRange() public method

public Graphic3d_BufferRange ( int theStart, int theLength ) : System
theStart int
theLength int
return System

IsEmpty() public method

public IsEmpty ( ) : bool
return bool

Unite() public method

public Unite ( Graphic3d_BufferRange theRange ) : void
theRange Graphic3d_BufferRange
return void

Upper() public method

public Upper ( ) : int
return int