SurfaceSurfaceIntersectorConfigurationsSurface2Right
Property
|
Property that represents configuration for
surface 2 on the right side of the intersection. Possible values: *
0 (Unknown) - Unknown. * 1 (Out) - Neighborhood is outside the
surface. * 2 (In) - Neighborhood is inside the surface. * 3
(Coincident) - Non-zero area intersection.
Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public SurfaceSurfaceIntersectorConfiguration Surface2Right { get; }
Public ReadOnly Property Surface2Right As SurfaceSurfaceIntersectorConfiguration
Get
public:
property SurfaceSurfaceIntersectorConfiguration Surface2Right {
SurfaceSurfaceIntersectorConfiguration get ();
}
member Surface2Right : SurfaceSurfaceIntersectorConfiguration with get
Property Value
SurfaceSurfaceIntersectorConfiguration
See Also