AbstractViewTableRecordFrontClipDistance Property
|
Property that represents front clip distance.
Front 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 in front of the front 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 FrontClipDistance { get; set; }
Public Property FrontClipDistance As Double
Get
Set
public:
property double FrontClipDistance {
double get ();
void set (double value);
}
member FrontClipDistance : float with get, set
Property Value
Double
See Also