SurfaceSurfaceIntersectorConfigurationsSurface1Right
Property
|
Property that represents configuration for
surface 1 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 Surface1Right { get; }
Public ReadOnly Property Surface1Right As SurfaceSurfaceIntersectorConfiguration
Get
public:
property SurfaceSurfaceIntersectorConfiguration Surface1Right {
SurfaceSurfaceIntersectorConfiguration get ();
}
member Surface1Right : SurfaceSurfaceIntersectorConfiguration with get
Property Value
SurfaceSurfaceIntersectorConfiguration
See Also