C# Class CascadeSharp.TKV3d.SelectMgr.SelectMgr_ViewClipRange

Show file Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

Method Description
AddClipSubRange ( Bnd_Range theRange ) : void
AddClippingPlanes ( Graphic3d_SequenceOfHClipPlane thePlanes, gp_Ax1 thePickRay ) : void
ChangeUnclipRange ( ) : Bnd_Range
GetNearestDepth ( Bnd_Range theRange, double &theDepth ) : bool
IsClipped ( double theDepth ) : bool
SelectMgr_ViewClipRange ( ) : System
SelectMgr_ViewClipRange ( SelectMgr_ViewClipRange parameter1 ) : System
SetVoid ( ) : void

Method Details

AddClipSubRange() public method

public AddClipSubRange ( Bnd_Range theRange ) : void
theRange Bnd_Range
return void

AddClippingPlanes() public method

public AddClippingPlanes ( Graphic3d_SequenceOfHClipPlane thePlanes, gp_Ax1 thePickRay ) : void
thePlanes Graphic3d_SequenceOfHClipPlane
thePickRay gp_Ax1
return void

ChangeUnclipRange() public method

public ChangeUnclipRange ( ) : Bnd_Range
return Bnd_Range

GetNearestDepth() public method

public GetNearestDepth ( Bnd_Range theRange, double &theDepth ) : bool
theRange Bnd_Range
theDepth double
return bool

IsClipped() public method

public IsClipped ( double theDepth ) : bool
theDepth double
return bool

SelectMgr_ViewClipRange() public method

public SelectMgr_ViewClipRange ( ) : System
return System

SelectMgr_ViewClipRange() public method

public SelectMgr_ViewClipRange ( SelectMgr_ViewClipRange parameter1 ) : System
parameter1 SelectMgr_ViewClipRange
return System

SetVoid() public method

public SetVoid ( ) : void
return void