AbstractViewTableRecordBackClipDistance Property
|
Property that represents back clip distance.
Back clip distance starts from the target and is calculated along
camera-target line. Positive values mean that clipping plane is in
front of the target and negative values - clipping plane is behind
the target. Objects that are behind the back clipping plane are
clipped and therefore not displayed.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public double BackClipDistance { get; set; }
Public Property BackClipDistance As Double
Get
Set
public:
property double BackClipDistance {
double get ();
void set (double value);
}
member BackClipDistance : float with get, set
Property Value
Double
See Also