Solid Edge Framework Type Library
SetDisplayDepths Method
Specifies the distance from the planar face or reference plane to the front clipping plane.
Specifies the distance from the planar face or reference plane to the back clipping plane.
Not yet implemented.
Not yet implemented.
Not yet implemented.
Description
Sets in the referenced View object the definitions of the active display depths.
Syntax
Visual Basic
Public Sub SetDisplayDepths( _
   ByVal dFront As Double, _
   ByVal dBack As Double, _
   Optional ByRef FrontFaceStyle As Variant, _
   Optional ByRef BackFaceStyle As Variant, _
   Optional ByRef Monument As Variant _
) 
Parameters
dFront
Specifies the distance from the planar face or reference plane to the front clipping plane.
dBack
Specifies the distance from the planar face or reference plane to the back clipping plane.
FrontFaceStyle
Not yet implemented.
BackFaceStyle
Not yet implemented.
Monument
Not yet implemented.
Remarks
You can use display depth information to define real-time clipping planes, and the positions of the clipping planes are stored at the context level. That is, if you set display depths in an assembly file, then any in-place-activated subassemblies or parts will inherit the parent document's display depth settings.
See Also

View Object  | View Members